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
Logic should be handled in the client at localhost:9998/oauth2/callback. After authentication, the client should be redirected to this endpoint with oauth code and state. Handle oauth flow here and store JWT and username in DB. Also POST to github account creation endpoint in the backend. (See other sub issues)
The text was updated successfully, but these errors were encountered:
Logic should be handled in the client at localhost:9998/oauth2/callback. After authentication, the client should be redirected to this endpoint with oauth code and state. Handle oauth flow here and store JWT and username in DB. Also POST to github account creation endpoint in the backend. (See other sub issues)
The text was updated successfully, but these errors were encountered: