mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Merge pull request #278 from sahilph/patch-1
Update oauth.md with new Google OAUTH unique identifier claim
This commit is contained in:
commit
3ca90b7c33
|
|
@ -125,7 +125,7 @@ OAUTH_SCOPE = [
|
|||
"https://www.googleapis.com/auth/userinfo.profile",
|
||||
]
|
||||
OAUTH_ATTRIBUTE_MAP = {
|
||||
"id": (True, "uid"),
|
||||
"sub": (True, "uid"),
|
||||
"name": (False, "name"),
|
||||
"email": (False, "contact_email"),
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue