Jwt Logout
Logout user by clearing the authentication cookie.
Args: response: FastAPI response object to clear cookies
Returns: Success message
POST
Jwt Logout
Response
200 - application/json
Successful Response
The response is of type Response Jwt Logout V1 Auth Jwt Logout Post · object.
Last modified on April 21, 2026
Previous
Get Current User InfoGet the currently authenticated user's information.
Args:
current_user: Current authenticated user (from JWT claims)
Returns:
Current user information
Next
Jwt Logout