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

Complete social auth flow. #12

Open
rusher2004 opened this issue Apr 14, 2024 · 0 comments
Open

Complete social auth flow. #12

rusher2004 opened this issue Apr 14, 2024 · 0 comments
Labels
enhancement New feature or request ui Issues relating to working on the Vue web client

Comments

@rusher2004
Copy link
Collaborator

So far, only the email sign up and sign in flow is completed. To be complete, the social signup/in needs to do the following:

  1. On signup, SuperTokens will redirect the user to /auth/callback/{provider}.
    • The web client needs to create this view
    • The view should present a form for the user to provide their first name, last name, and desired username.
    • The form will update the user info using the PUT /user/{username} endpoint
  2. On success, redirect to home page.
@rusher2004 rusher2004 added ui Issues relating to working on the Vue web client enhancement New feature or request labels Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ui Issues relating to working on the Vue web client
Projects
None yet
Development

No branches or pull requests

1 participant