Skip to content

Commit e028c64

Browse files
Copilotnijel
andauthored
Add Google OAuth2 account selection documentation (#334)
Co-authored-by: Michal Čihař <[email protected]>
1 parent 26c050e commit e028c64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/backends/google.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ To enable OAuth2 support:
5555

5656
Check which applications can be included in their `Google Data Protocol Directory`_
5757

58+
To allow user selecting Google account to use, add the ``prompt`` parameter with ``select_account`` value::
59+
60+
SOCIAL_AUTH_GOOGLE_OAUTH2_AUTH_EXTRA_ARGUMENTS = {'prompt': 'select_account'}
61+
5862

5963
Google One Tap
6064
---------------

0 commit comments

Comments
 (0)