.gitignore .pre-commit-config.yaml AUTHORS CODE_OF_CONDUCT.md CONTRIBUTORS LICENSE MANIFEST.in Makefile README.rst conftest.py mypy.ini pyproject.toml pytest.ini requirements-django.txt requirements-swh.txt requirements-test.txt requirements.txt setup.cfg setup.py tox.ini docs/.gitignore docs/Makefile docs/README.rst docs/conf.py docs/django.rst docs/index.rst docs/_static/.placeholder docs/_templates/.placeholder swh/__init__.py swh.auth.egg-info/PKG-INFO swh.auth.egg-info/SOURCES.txt swh.auth.egg-info/dependency_links.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/tests/__init__.py swh/auth/tests/conftest.py swh/auth/tests/sample_data.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