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
There is no OAuth currently set up to authenticate users on the frontend. The authentication information is also needed to make a request to clone a repository as detailed in issue #133.
Describe the solution you'd like
Set up a Github OAuth App.
Describe alternatives you've considered
None.
Additional context
Information retrieved from authentication will be used to make a POST request to the Github App in order to clone a repository on the user's account.
Is your proposal related to a problem?
There is no OAuth currently set up to authenticate users on the frontend. The authentication information is also needed to make a request to clone a repository as detailed in issue #133.
Describe the solution you'd like
Set up a Github OAuth App.
Describe alternatives you've considered
None.
Additional context
Information retrieved from authentication will be used to make a POST request to the Github App in order to clone a repository on the user's account.
Implement with Next.js auth
The text was updated successfully, but these errors were encountered: