Skip to main content
Decorator to react to a user logging out. Useful to clear cookies or other user data through the HTTP response.

Parameters

fastapi.Request
The request object.
fastapi.Response
The response object.

Usage