LICENSE
README.md
pyproject.toml
src/fastapi_swagger_auth/__init__.py
src/fastapi_swagger_auth/config.py
src/fastapi_swagger_auth/core.py
src/fastapi_swagger_auth/swagger_ui.py
src/fastapi_swagger_auth.egg-info/PKG-INFO
src/fastapi_swagger_auth.egg-info/SOURCES.txt
src/fastapi_swagger_auth.egg-info/dependency_links.txt
src/fastapi_swagger_auth.egg-info/requires.txt
src/fastapi_swagger_auth.egg-info/top_level.txt
src/fastapi_swagger_auth/providers/__init__.py
src/fastapi_swagger_auth/providers/base.py
src/fastapi_swagger_auth/providers/custom.py
src/fastapi_swagger_auth/providers/supabase.py
tests/test_core.py
tests/test_providers.py