Python: Retrieve a user

Parameters

Examples

Get the signed-in user with the current existing session

response = supabase.auth.get_user()

Get the signed-in user with a custom access token jwt

response = supabase.auth.get_user(jwt)