Skip to content

GitHub Integration

nbriz edited this page Jan 10, 2021 · 1 revision

NOTE: THIS PART OF THE REPO IS CURRENTLY BEING REFACTORED

If you want to test the GitHub functionality (have netnet save/open projects to/from your GitHub account for you), you'll have to follow these steps to create your own GitHub OAuth credentials. for Homepage URL enter http://localhost:8001 for Authorization callback URL enter http://localhost:8001/user/signin/callback. then copy and paste your Client ID and Client Secret into the .env (which is a "hidden" file found in the root directory of the project).

PORT = 8001
GITHUB_CLIENT_ID = YOUR_CLIENT_ID_HERE
GITHUB_CLIENT_SECRET = YOUR_CLIENT_SECRET_
TOKEN_PASSWORD = MAKE_UP_SOME_RANDOM_PASSWORD_HERE
Clone this wiki locally