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.
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.