oauth.github.apikey / oauth.github.apisecret / oauth.github.callback
| Description | GitHub OAuth credentials and callback URL |
| Default value | Empty |
| Required parameter | Required for GitHub OAuth |
Specifies the credentials used for GitHub OAuth login:
oauth.github.apikey– Client ID of the GitHub OAuth appoauth.github.apisecret– Client secret of the GitHub OAuth appoauth.github.callback– Callback URL that GitHub redirects to after authentication
These values must match the configuration of your GitHub OAuth app.
oauth.google.apikey / oauth.google.apisecret / oauth.google.callback
| Description | Google OAuth credentials and callback URL |
| Default value | Empty |
| Required parameter | Required for Google OAuth |
Specifies the credentials used for Google OAuth login:
oauth.google.apikey– Client ID of the Google OAuth appoauth.google.apisecret– Client secret of the Google OAuth appoauth.google.callback– Callback URL that Google redirects to after authentication
These values must match the configuration of your Google OAuth app.