README.md
pyproject.toml
azsso/__init__.py
azsso/config.py
azsso/models.py
azsso/msal_client.py
azsso/security.py
azsso/service.py
azsso/adapters/__init__.py
azsso/adapters/fastapi.py
azsso/adapters/flask.py
azsso/stores/__init__.py
azsso/stores/base.py
azsso/stores/postgres_store.py
azsso/stores/sqlite_store.py
azsso/templates/account_password.html
azsso/templates/admin_user_edit.html
azsso/templates/admin_users.html
azsso/templates/login.html
azure_sso.egg-info/PKG-INFO
azure_sso.egg-info/SOURCES.txt
azure_sso.egg-info/dependency_links.txt
azure_sso.egg-info/requires.txt
azure_sso.egg-info/top_level.txt
tests/test_adapters.py
tests/test_core.py
tests/test_passwords.py