Create a new OAuth App at Github Developer:
-
Click on
New OAuth App
. -
Fill in
http://localhost/oauth/github/sign-in/callback
forAuthorization callback URL
and click onRegister application
. -
Replace the value of
GITHUB_CLIENT_ID
inbackend/.env
file withClient ID
. -
Replace the value of
GITHUB_CLIENT_SECRET
inbackend/.env
file withClient Secret
.