Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 459 Bytes

File metadata and controls

12 lines (8 loc) · 459 Bytes

Configure Github Sign In

Create a new OAuth App at Github Developer:

  1. Click on New OAuth App.

  2. Fill in http://localhost/oauth/github/sign-in/callback for Authorization callback URL and click on Register application.

  3. Replace the value of GITHUB_CLIENT_ID in backend/.env file with Client ID.

  4. Replace the value of GITHUB_CLIENT_SECRET in backend/.env file with Client Secret.