LICENSE
README.md
pyproject.toml
softauth/__init__.py
softauth.egg-info/PKG-INFO
softauth.egg-info/SOURCES.txt
softauth.egg-info/dependency_links.txt
softauth.egg-info/entry_points.txt
softauth.egg-info/requires.txt
softauth.egg-info/top_level.txt
softauth/cli/__init__.py
softauth/cli/commands.py
softauth/core/__init__.py
softauth/core/auth.py
softauth/core/config.py
softauth/core/exceptions.py
softauth/database/__init__.py
softauth/database/models.py
softauth/database/repository.py
softauth/database/session.py
softauth/django/__init__.py
softauth/django/adapter.py
softauth/django/decorators.py
softauth/django/middleware.py
softauth/django/urls.py
softauth/django/views.py
softauth/fastapi/__init__.py
softauth/fastapi/adapter.py
softauth/fastapi/dependencies.py
softauth/fastapi/middleware.py
softauth/fastapi/routes.py
softauth/flask/__init__.py
softauth/flask/adapter.py
softauth/flask/decorators.py
softauth/flask/middleware.py
softauth/flask/routes.py
softauth/interfaces/__init__.py
softauth/interfaces/adapter.py
softauth/interfaces/auth_provider.py
softauth/interfaces/token_store.py
softauth/interfaces/user_store.py
softauth/jwt/__init__.py
softauth/jwt/handler.py
softauth/jwt/schemas.py
softauth/security/__init__.py
softauth/security/password.py
tests/test_core.py
tests/test_database.py
tests/test_django.py
tests/test_fastapi.py
tests/test_flask.py
tests/test_jwt.py
tests/test_security.py