Categories
Tutorial

How to get GitHub Client ID and Secret?

  1. Visit https://github.com and log in using your credentials
  2. Click your profile picture at the Top Right Corner
  3. Click Settings
  4. Click Developer Settings at Left Sidebar
  5. Click OAuth Apps at Left Sidebar
  6. Click New OAuth App at Right Sidebar Top
  7. Fill out the mandatory fields like Application Name, Homepage URL, Application Description.
  8. You can get the Authorization Callback URL: https://your-domain.com/auth/github/callback
  9. Paste the URL in Github Authorization Callback URL and click Register application
  10. Copy the Client ID and paste it in your website social login settings panel.