arnavsurve / taskman

Taskman monorepo
1 stars 0 forks source link

move GithubCallback() to client #35

Open arnavsurve opened 1 month ago

arnavsurve commented 1 month ago

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)

linear[bot] commented 1 month ago

TAS-53 move GithubCallback() to client