Use the official Corbado Python SDK to simplify the passkey and session management integration in your Python applications.
validateToken()
(or similar) function.
validateToken()
(or similar) function performs the following tasks:
validate_token()
function. As previously mentioned, by default, the session-token is stored in a cookie and sent to your backend. You will need to retrieve this cookie based on the HTTP framework you are using.