.gitignore
CHANGELOG.md
CONFIGURATION.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
.github/workflows/publish.yml
docs/api-reference.md
docs/configuration.md
docs/index.md
docs/installation.md
docs/quick-start.md
docs/troubleshooting.md
docs/examples/README.md
docs/examples/custom-jwt.md
docs/examples/things-factory.md
label_studio_sso/__init__.py
label_studio_sso/apps.py
label_studio_sso/backends.py
label_studio_sso/middleware.py
label_studio_sso.egg-info/PKG-INFO
label_studio_sso.egg-info/SOURCES.txt
label_studio_sso.egg-info/dependency_links.txt
label_studio_sso.egg-info/requires.txt
label_studio_sso.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_backends.py
tests/test_integration.py
tests/test_middleware.py
tests/test_settings.py
tests/test_simple.py