Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 459 Bytes

GITHUB.md

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.