-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GW refactoring: Login service #625
Comments
The initial implementation of this used components from the oauth2 proxy library we use in every session. However this proved to be very messy. So a rewrite with https://github.com/zitadel/oidc was initiated but never finalized. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should replace the service that is currently implemented in the gateway in python. This service does the following:
The idea is to start with a api spec here, generate code from it with this library and then implement the code to handle all the endpoints from the spec.
The idea is that everything follows the api (i.e. swagger) spec. So for adding endpoints we do the following:
The text was updated successfully, but these errors were encountered: