We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
9b46377
Python SDK now supports onAuthData hook.
onAuthData
Example:
@engine.on_auth_data def on_auth_data(auth_data): if auth_data["foo"]["openid"] == "openid": auth_data["foo"]["uid"] = "openid" return auth_data