Obtaining GitHub Client ID and Secret

  • Open a GitHub account.
  • Create a GitHub OAuth app, using the steps mentioned here
    • NOTE: You can skip this step and use the default revert GitHub app
  • Set https://app.revert.dev/oauth-callback/github as the redirect url for your app
  • Get your client_id and client_secret:
    • Copy your client_id and client_secret after you created the oauth app.

Connect to GitHub via Revert

  • Enter the client_id and client_secret you copied in the previous step into the App credentials here and click Submit.