Add reference to Google OAuth docs (#61146)

This commit is contained in:
linoman
2023-01-11 14:32:11 +01:00
committed by GitHub
parent 98bd3e89b2
commit d2012e4623
+3
View File
@@ -55,3 +55,6 @@ You may allow users to sign-up via Google authentication by setting the
`allow_sign_up` option to `true`. When this option is set to `true`, any
user successfully authenticating via Google authentication will be
automatically signed up.
You may specify a domain to be passed as `hd` query parameter accepted by Google's
OAuth 2.0 authentication API. Refer to Google's OAuth [documentation](https://developers.google.com/identity/openid-connect/openid-connect#hd-param).