Verify Token
authentication
Verify Token
Verify JWT token and return user information.
This endpoint validates the JWT token in the Authorization header and returns the user information extracted from the token.
Args: user_info: Authenticated user information from JWT
Returns: Dictionary containing user information:
- user_id: User’s unique identifier from Supabase
- email: User’s email address
- role: User’s role (default: “user”)
- authenticated: Always True for valid tokens
- app_metadata: Application-specific metadata
- user_metadata: User-specific metadata
GET
Verify Token
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response
The response is of type Response Verify Token Api V1 Auth Verify Get · object.