You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a user has logged in or signed-up via Auth0, Auth0 calls the service's /callback endpoint with a unique identifier.
Because we do not know if this is a Auth0 "sign-up" or "sign-in", we need to determine if we need to pull user data from Auth0 and persist it in our "Users" DB entry.
If the User already exist in our User table, no-op.
If the User does not exist in our User table, call Auth0 to retrieve the user's information, then persist it in our database.
The text was updated successfully, but these errors were encountered:
sscchan
changed the title
Narrow the login process to be supported auth0 providers that have an email address. Save the users email address in the users table
Narrow the login process to be supported auth0 providers that have an email address. Save the users' Auth0 parametrs to the users table
Jan 23, 2019
After a user has logged in or signed-up via Auth0, Auth0 calls the service's /callback endpoint with a unique identifier.
Because we do not know if this is a Auth0 "sign-up" or "sign-in", we need to determine if we need to pull user data from Auth0 and persist it in our "Users" DB entry.
If the User already exist in our User table, no-op.
If the User does not exist in our User table, call Auth0 to retrieve the user's information, then persist it in our database.
The text was updated successfully, but these errors were encountered: