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

oauth/token endpoint incomplete #37

Closed
duhseekoh opened this issue Jun 7, 2017 · 1 comment
Closed

oauth/token endpoint incomplete #37

duhseekoh opened this issue Jun 7, 2017 · 1 comment

Comments

@duhseekoh
Copy link

We recently created a new auth0 account that no longer supports /oauth/ro. The alternative is to use oauth/token, but that endpoint is incomplete here. It doesn't allow one to set the username, password, grant_type. And it should not require a verifier, redirect_uri, or code

@hzalaz
Copy link
Member

hzalaz commented Jun 15, 2017

Its not incomplete but used for a different purpose for our recommended approach: using hosted login page with code grant + PKCE and then using the returned code with the "incomplete" method to get the users tokens, the last version handles all this by itself https://github.com/auth0/react-native-auth0#webauth.

Also the method to use password realm to exchange user credentials for tokens is also available

@hzalaz hzalaz closed this as completed Jun 15, 2017
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

2 participants