| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-16 | 1.2 kB | |
| v0.2.0 source code.tar.gz | 2026-08-16 | 1.2 MB | |
| v0.2.0 source code.zip | 2026-08-16 | 1.3 MB | |
| Totals: 3 Items | 2.5 MB | 0 | |
0.2.0
Added
- Flask integration helpers (
authority.flask) with module-level and instance-based (FlaskAuth) decorators, Bearer/session token extraction, andcurrent_user - Django integration (
authority.django) with theAuthorityBackendauth backend, Django-user mirroring, andlogin_required/require_permission/require_roledecorators - Starlette integration (
authority.starlette) with theStarletteAuthhelper and async decorators - Framework-agnostic ASGI middleware (
authority.asgi) that exposes authentication state on the ASGI scope - Framework-agnostic WSGI middleware (
authority.wsgi) that exposes authentication state on the WSGI environ - Optional extras for
flask,django,starlette, andquart - Fully working example apps under
examples/apps/for FastAPI, Flask, Django, Starlette, and the raw ASGI/WSGI middleware - MkDocs documentation site (
docs/) with 19 pages, published to GitHub Pages - Project logo (
logo/logo.svg) and generated screenshots (Screenshots/) docsextra and PyPI project URLs- Standard project files (CODE_OF_CONDUCT, CODEOWNERS, CONTRIBUTORS, ACCESSIBILITY, Dockerfile, .editorconfig, .gitattributes, .dockerignore, .env.example)