Google Auth Configuration Guide
Authentication through Google OAuth ↗ (opens in a new tab) enables you to sign in to the platform using your Google account. For detailed guidance on how to implement this, please follow the official links from the provider..
Google OAuth App Settings
Create a new OAuth App (opens in a new tab) by filling out the form with the following settings:
"Name": "Basestack Auth"
"Authorized JavaScript origins": "https://your-basestack-instance.com"
"Authorization callback URL": "https://your-basestack-instance.com/api/auth/callback/google"
Self-Hosting Environment Variables
For more comprehensive information about the deployment process, please check out the Configuration Page.
Property | Required |
---|---|
AUTH_GOOGLE_ID | true |
AUTH_GOOGLE_SECRET | true |