Skip to content
Snippets Groups Projects

Update 2 files

Merged Cresson Remi requested to merge add_bypass into main
Files
4
+ 1
1
@@ -59,7 +59,7 @@ class GrantMethodBase:
"""Base payload."""
return {
"client_id": self.client_id,
"scope": "offline_access"
"scope": "openid"
}
def refresh_token(self, old_jwt: JWT) -> JWT:
Loading