.copier-answers.yml
.git-blame-ignore-revs
.gitignore
.pre-commit-config.yaml
AUTHORS
CODE_OF_CONDUCT.md
CONTRIBUTORS
LICENSE
Makefile
README.rst
conftest.py
pyproject.toml
requirements-django.txt
requirements-starlette.txt
requirements-swh.txt
requirements-test.txt
requirements.txt
tox.ini
docs/.gitignore
docs/Makefile
docs/README.rst
docs/cli.rst
docs/conf.py
docs/django.rst
docs/index.rst
docs/_static/.placeholder
docs/_templates/.placeholder
swh.auth.egg-info/PKG-INFO
swh.auth.egg-info/SOURCES.txt
swh.auth.egg-info/dependency_links.txt
swh.auth.egg-info/entry_points.txt
swh.auth.egg-info/requires.txt
swh.auth.egg-info/top_level.txt
swh/auth/__init__.py
swh/auth/cli.py
swh/auth/keycloak.py
swh/auth/py.typed
swh/auth/pytest_plugin.py
swh/auth/utils.py
swh/auth/django/__init__.py
swh/auth/django/backends.py
swh/auth/django/middlewares.py
swh/auth/django/models.py
swh/auth/django/utils.py
swh/auth/django/views.py
swh/auth/starlette/__init__.py
swh/auth/starlette/backends.py
swh/auth/tests/__init__.py
swh/auth/tests/conftest.py
swh/auth/tests/sample_data.py
swh/auth/tests/test_cli.py
swh/auth/tests/test_keycloak.py
swh/auth/tests/test_utils.py
swh/auth/tests/django/__init__.py
swh/auth/tests/django/django_asserts.py
swh/auth/tests/django/test_backends.py
swh/auth/tests/django/test_drf_bearer_token_auth.py
swh/auth/tests/django/test_middlewares.py
swh/auth/tests/django/test_models.py
swh/auth/tests/django/test_utils.py
swh/auth/tests/django/test_views.py
swh/auth/tests/django/app/__init__.py
swh/auth/tests/django/app/manage.py
swh/auth/tests/django/app/apptest/__init__.py
swh/auth/tests/django/app/apptest/apps.py
swh/auth/tests/django/app/apptest/settings.py
swh/auth/tests/django/app/apptest/urls.py
swh/auth/tests/starlette/__init__.py
swh/auth/tests/starlette/test_backend.py