docs: Update Google OAuth Tutorial (#693)

This commit is contained in:
Joseph Lozano 2024-06-11 16:42:09 -04:00 committed by GitHub
parent 05cb4a0cf9
commit fa8dd219de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,11 +22,10 @@ defmodule MyApp.Accounts.User do
authentication do authentication do
strategies do strategies do
oauth2 :google do google do
client_id MyApp.Secrets client_id MyApp.Secrets
redirect_uri MyApp.Secrets redirect_uri MyApp.Secrets
client_secret MyApp.Secrets end client_secret MyApp.Secrets
base_url MyApp.Secrets
end end
end end
end end