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

feat(auth): passwordless sign in and sign up for OTP #12711

Draft
wants to merge 4 commits into
base: feat/passwordless-auth
Choose a base branch
from

Conversation

Samaritan1011001
Copy link
Contributor

Description of changes

DRAFT PR pending some backend work for signUp stack to generate and place the endpoint url in config.

Contains new and rearranged code for Sign in and Sign up via OTP.
Common methods that can be used for MagicLink is extracted to a common place.

TODO: Test signIn and signUp via SMS

Issue #, if available

Description of how you validated changes

Checklist

  • PR description included
  • yarn test passes
  • Tests are changed or added
  • Relevant documentation is changed or added (and PR referenced)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.


const method = 'PUT';

// TODO: url should come from the config
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is where the update needs to happen after the work on the backend completes.

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

Successfully merging this pull request may close these issues.

None yet

1 participant