Skip to content

Commit

Permalink
Update google_login_local_dev.md(
Browse files Browse the repository at this point in the history
  • Loading branch information
dopiotrek authored Oct 12, 2024
1 parent 7b90646 commit f2c21f0
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion supabase/google_login_local_dev.md(
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'

0 comments on commit f2c21f0

Please sign in to comment.