Skip to content

Releases: Hawk-API/hawkapi-auth

v0.2.0 — security hardening

16 May 14:11

Choose a tag to compare

Full OWASP review fixes. See CHANGELOG.md for details.

v0.1.0

16 May 08:47

Choose a tag to compare

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 RevocationList with lazy expiry sweep.
  • init_auth(app, config=...) plugin entry point.