arnavsurve / taskman

Taskman monorepo
1 stars 0 forks source link

move GithubCallback functionality #34

Open arnavsurve opened 1 month ago

arnavsurve commented 1 month ago

GithubCallback() OAuth flow should be handled in the client. The client should then hit an endpoint on the server to create the github account and receive a JWT. JWT and username should be passed back to the client after create github account request. Callback url should be localhost:9998/oauth2/callback indicating success.

linear[bot] commented 1 month ago

TAS-52 move GithubCallback functionality