.gitignore
LICENSE
README.md
pyproject.toml
requirements_dev.txt
test.py
.github/workflows/check.yml
.github/workflows/publish.yml
aiohttp_csrf/__init__.py
aiohttp_csrf/policy.py
aiohttp_csrf/py.typed
aiohttp_csrf/storage.py
aiohttp_csrf/token_generator.py
aiohttp_csrf2.egg-info/PKG-INFO
aiohttp_csrf2.egg-info/SOURCES.txt
aiohttp_csrf2.egg-info/dependency_links.txt
aiohttp_csrf2.egg-info/requires.txt
aiohttp_csrf2.egg-info/top_level.txt
demo/manual_protection.py
demo/middleware.py
demo/session_storage.py
tests/__init__.py
tests/conftest.py
tests/test_custom_error_renderer.py
tests/test_errors.py
tests/test_exempt_decorator.py
tests/test_form_policy.py
tests/test_header_policy.py
tests/test_protect_decorator.py
tests/test_storage_api.py
tests/test_token_generator.py