Releases: Hawk-API/hawkapi-auth
Releases · Hawk-API/hawkapi-auth
v0.2.0 — security hardening
v0.1.0
Initial release.
- JWT access + refresh tokens (HS256/384/512, RS*, ES*).
- argon2id password hashing with
needs_rehash. - DI guards:
requires_user,requires_claims,requires_scopes. - In-memory
RevocationListwith lazy expiry sweep. init_auth(app, config=...)plugin entry point.