(20241128) Partial scopes handling..?
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user