Github Instructions

How to get a Client ID and Client Secret from Github, and what to fill in for the Authorization Callback URL.

Making Github OAuth Apps

  1. Go to the Dashboard > Social Login > New Login Connection > Github.

  2. Follow Github's instruction on making a Github OAuth App. Enter your website/app's information as instructed.

  3. At Step 8 about Authorization callback URL, enter the following: https://www.cotter.app/api/v0/oauth/token/callback/GITHUB

  4. Copy your Client ID, Client Secret Key, and Scopes to your Dashboard > Social Login > Github:

That's it!

Go back to the Social Login instructions to finish your setup.

Last updated