-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
# Setup Google Social Login in Local Environment | ||
# Setup Google Social Login in the Local Environment | ||
- Google Social Login | ||
- Supabase Local Environment (Docker) | ||
|
||
|
||
'nano' | ||
[auth.external.google] | ||
enabled = true | ||
client_id = "env(GOOGLE_CLIENT_ID)" | ||
secret = "env(GOOGLE_CLIENT_SECRET)" | ||
# Overrides the default auth redirectUrl. | ||
redirect_uri = "http://localhost:54321/auth/v1/callback" | ||
# Overrides the default auth provider URL. Used to support self-hosted gitlab, single-tenant Azure, | ||
# or any other third-party OIDC providers. | ||
url = "" | ||
'nano' |