Full-featured authentication Django app for the Stapel framework
Project description
stapel-auth
Full-featured authentication — JWT, passkeys (WebAuthn), TOTP, QR login, OAuth2, SSO (SAML/OIDC), magic link, phone OTP
Part of the Stapel framework — composable Django apps for building production-grade platforms.
Installation
pip install stapel-auth
Quick start
# settings.py
INSTALLED_APPS = [
...
'stapel_auth',
]
Bus events
Emits
| user.session_created | schema | User successfully authenticated and a new session was created. |
| user.session_revoked | schema | A user session was revoked (logout or admin action). |
License
MIT — see LICENSE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stapel_auth-0.3.2-py3-none-any.whl.
File metadata
- Download URL: stapel_auth-0.3.2-py3-none-any.whl
- Upload date:
- Size: 208.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47bc46ac58f17f60c68c628b1f95ec7b109c9181c1218b02c09d675f358bbb4e
|
|
| MD5 |
f5a7e6d6ecd7ae508e1f4d9cece9e223
|
|
| BLAKE2b-256 |
6c5e82d9bdf3a6734cf5c25ff9e40a64987b4ddb506ec0a8878a62e36c3553c4
|