How to create GIT Hub OAuth Apps



Register GitHub OAuth App

  • Go to https://github.com/settings/developers
  • Click "New OAuth App" (or "OAuth Apps" → "New OAuth App")
  • Fill in Application name: Bridge Integration (or any name)
  • Homepage URL: http://localhost:3000
  • Authorization callback URL: http://localhost:3000/api/oauth/github/callback
Click "Register application"



Copy the Client ID (a long string, not "8")
Click "Generate a new client secret" and copy it  we can use this in our application.

Comments

Popular posts from this blog

How to enable Google Sheet in Google Cloud project

Finding Your Redis Credentials: Host, Port, and Password

Ways to install your own extension