Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add More OAuth Providers #245

Merged
merged 11 commits into from
Oct 28, 2021
Prev Previous commit
Next Next commit
chore: extends example.env
  • Loading branch information
awalias committed Oct 27, 2021
commit 9bf3c5dcbaa4b884551c63ae3a6c8295843ff8af
5 changes: 5 additions & 0 deletions example.env
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ GOTRUE_EXTERNAL_FACEBOOK_SECRET=""
GOTRUE_EXTERNAL_SPOTIFY_ENABLED="true"
GOTRUE_EXTERNAL_SPOTIFY_CLIENT_ID=""
GOTRUE_EXTERNAL_SPOTIFY_SECRET=""
GOTRUE_EXTERNAL_SLACK_ENABLED="true"
GOTRUE_EXTERNAL_SLACK_CLIENT_ID=""
GOTRUE_EXTERNAL_SLACK_SECRET=""
GOTRUE_EXTERNAL_TWITTER_ENABLED="false"
GOTRUE_EXTERNAL_TWITTER_CLIENT_ID=""
GOTRUE_EXTERNAL_TWITTER_SECRET=""
Expand Down Expand Up @@ -79,6 +82,8 @@ GOTRUE_EXTERNAL_AZURE_REDIRECT_URI="http://example.com/callback"
GOTRUE_EXTERNAL_FACEBOOK_REDIRECT_URI="http://example.com/callback"
GOTRUE_EXTERNAL_TWITTER_REDIRECT_URI="http://example.com/callback"
GOTRUE_EXTERNAL_APPLE_REDIRECT_URI="http://example.com/callback"
GOTRUE_EXTERNAL_SPOTIFY_REDIRECT_URI="http://example.com/callback"
GOTRUE_EXTERNAL_SLACK_REDIRECT_URI="http://example.com/callback"
GOTRUE_EXTERNAL_TWITCH_ENABLED=true
GOTRUE_EXTERNAL_TWITCH_CLIENT_ID="6ww3qbjo9luvlj22yxk0u0negp381s"
GOTRUE_EXTERNAL_TWITCH_SECRET="ubu4pfs2ghk39cn0bsxmzyv7cykgu0"
Expand Down