Merge pull request #278 from sahilph/patch-1

Update oauth.md with new Google OAUTH  unique identifier claim
This commit is contained in:
Daniel Pan 2024-04-22 17:13:03 +08:00 committed by GitHub
commit 3ca90b7c33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"),
}