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"
Comments
Post a Comment