Life Cycle Hooks
on_logout
Decorator to react to a user logging out. Useful to clear cookies or other user data through the HTTP response.
Parameters
The request object.
The response object.
Decorator to react to a user logging out. Useful to clear cookies or other user data through the HTTP response.
The request object.
The response object.