sac-tech-org / job-board

Job board for local Sacramento companies and startups
https://jobs.sac-tech.com
1 stars 0 forks source link

Complete social auth flow. #12

Open rusher2004 opened 4 months ago

rusher2004 commented 4 months ago

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.