Skip to content
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

Add support for Oauth2 "Authorization Code" authorization grant #5

Closed
chriskapp opened this issue Aug 12, 2015 · 1 comment
Closed

Comments

@chriskapp
Copy link
Member

At the moment the Oauth endpoint supports only the "Resource Owner Password Credentials" authorization grant. We need also support for "Authorization Code" so that the API can be easily used by web apps. Therefor we must provide a way for an consumer to login and grant an app authorization / manage authorized apps/scopes etc. This should be probably a login seperated from the backend. Also it must be easy to customize the design of the "consumer" backend and to connect the login to a 3rd party system because in most cases the user uses credentials from another system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant