Skip to content

Commit e9c8aa1

Browse files
committed
Add prompt=select_account for Google
ref: #22
1 parent 49cc566 commit e9c8aa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

starlette-google-login/app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
name='google',
1717
server_metadata_url=CONF_URL,
1818
client_kwargs={
19-
'scope': 'openid email profile'
19+
'scope': 'openid email profile',
20+
'prompt': 'select_account', # force to select account
2021
}
2122
)
2223

0 commit comments

Comments
 (0)