LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
dwarapaal.egg-info/PKG-INFO
dwarapaal.egg-info/SOURCES.txt
dwarapaal.egg-info/dependency_links.txt
dwarapaal.egg-info/top_level.txt
dwarapaal_auth/__init__.py
dwarapaal_auth/config.py
dwarapaal_auth/models.py
dwarapaal_auth/middleware/__init__.py
dwarapaal_auth/middleware/auth_middleware.py
dwarapaal_auth/middleware/role_middleware.py
dwarapaal_auth/routes/__init__.py
dwarapaal_auth/routes/auth_routes.py
dwarapaal_auth/services/__init__.py
dwarapaal_auth/services/auth_service.py
dwarapaal_auth/services/email_service.py
dwarapaal_auth/services/token_service.py
dwarapaal_auth/templates/reset_password_email.html
dwarapaal_auth/templates/verification_email.html
dwarapaal_auth/utils/__init__.py
dwarapaal_auth/utils/hashing.py
dwarapaal_auth/utils/validation.py
examples/django_example.py
examples/fastapi_example.py
examples/flask_example.py
tests/test_auth.py
tests/test_middleware.py
tests/test_services.py