(20241128) Partial scopes handling..?

This commit is contained in:
2024-11-28 18:12:10 +05:30
parent 8ae4dbd18c
commit e6b48c19bb
2 changed files with 28 additions and 8 deletions
+2 -1
View File
@@ -151,7 +151,8 @@ async def mail_callback(
# Generate the tokens from the callback:
tokens = await current_app.gmail_client.get_authorization_tokens(
redirect_url = request.url
redirect_url = request.url,
scopes = inbound_data["scope"]
)
if tokens: