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 Passwordless Login function #279

Merged
merged 1 commit into from
Aug 11, 2021
Merged

Conversation

lbalmaceda
Copy link
Contributor

@lbalmaceda lbalmaceda commented Aug 10, 2021

Changes

The get_token file was not including the ability to complete the passwordless flow using the /oauth/token endpoint. This PR adds the function that exposes the right grant to use passwordless.

References

https://auth0.com/docs/api/authentication#authenticate-user
See #252

Testing

  • This change adds unit test coverage
  • This change adds integration test coverage
  • This change has been tested on the latest version of the platform/language or why not

Checklist

@lbalmaceda lbalmaceda added this to the v3-Next milestone Aug 10, 2021
@lbalmaceda lbalmaceda requested a review from a team as a code owner August 10, 2021 16:49
@lbalmaceda lbalmaceda linked an issue Aug 10, 2021 that may be closed by this pull request
@lbalmaceda lbalmaceda merged commit dcf7880 into master Aug 11, 2021
@lbalmaceda lbalmaceda modified the milestones: v3-Next, 3.17.0 Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

email_login for Passwordless login
2 participants