.gitignore
.pre-commit-config.yaml
.pylintrc
README.md
pyproject.toml
pytest.ini
requirements.txt
requirements_testing.txt
saml_flow_diagram.png
setup.py
tox.ini
.vscode/launch.json
dj_rest_auth_saml/__init__.py
dj_rest_auth_saml/apps.py
dj_rest_auth_saml/serializers.py
dj_rest_auth_saml/urls.py
dj_rest_auth_saml/utils.py
dj_rest_auth_saml/views.py
dj_rest_auth_saml.egg-info/PKG-INFO
dj_rest_auth_saml.egg-info/SOURCES.txt
dj_rest_auth_saml.egg-info/dependency_links.txt
dj_rest_auth_saml.egg-info/requires.txt
dj_rest_auth_saml.egg-info/top_level.txt
dj_rest_auth_saml/migrations/__init__.py
tests/__init__.py
tests/conftest.py
tests/settings.py
tests/test_serializers.py
tests/test_urls.py
tests/test_utils.py
tests/test_views.py