Github Auth Configuration Guide
Authentication through Github ↗ enables you to sign in to the platform using your Github account. For detailed guidance on how to implement this, please follow the official links from the provider..
Github OAuth App Settings
Create a new OAuth App by filling out the form with the following settings:
"Application name": "Feature Forms by Basestack"
"Homepage URL": "https://your-basestack-instance.com"
"Authorization callback URL": "https://your-basestack-instance.com/api/auth/callback/github"
Self-Hosting Environment Variables
For more comprehensive information about the deployment process, please check out the Configuration Page.
⚠️
Only one callback URL per Client ID / Client Secret.
Property | Required |
---|---|
GITHUB_CLIENT_ID | true |
GITHUB_CLIENT_SECRET | true |