(20241205) Working on clientUserId (how the third-party client recognizes your user).
This commit is contained in:
@@ -211,7 +211,7 @@ async def handle_gmail_callback() -> render_template:
|
||||
mongo_conn = current_app.data_mongo,
|
||||
session_token = g.inbound_headers.get("X-Session-Token"),
|
||||
token_id = g.inbound_data["state"],
|
||||
email_id = tokens.email,
|
||||
client_user_id = {"email": tokens.email},
|
||||
token = tokens.model_dump()
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user