- Add CSRF protection middleware implementation - Update API client with improved configuration - Enhance documentation for backend development - Add architecture documentation updates - Reorganize and clean up task documentation Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
4 lines
66 B
Python
4 lines
66 B
Python
"""Application middleware."""
|
|
|
|
from __future__ import annotations
|