Auth API

Logout

Logout (invalidates the token on the client side)

Note: JWTs are stateless, so this endpoint is mainly for logging and to allow the client to "forget" the token. For true server-side invalidation, a token blacklist would be needed.

Args: credentials: Bearer token from Authorization header

Returns: Logout confirmation

post/api/auth/logout

Response

Successful Response

{"stackTrail":"paths:/api/auth/logout:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes