mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
Fix oauth2 revoke URI, new URL doesn't seem to work
This commit is contained in:
@@ -18,7 +18,7 @@ __version__ = '4.1.3'
|
||||
|
||||
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/v2/auth'
|
||||
GOOGLE_DEVICE_URI = 'https://oauth2.googleapis.com/device/code'
|
||||
GOOGLE_REVOKE_URI = 'https://oauth2.googleapis.com/revoke'
|
||||
GOOGLE_REVOKE_URI = 'https://accounts.google.com/o/oauth2/revoke'
|
||||
GOOGLE_TOKEN_URI = 'https://oauth2.googleapis.com/token'
|
||||
GOOGLE_TOKEN_INFO_URI = 'https://oauth2.googleapis.com/tokeninfo'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user