Skip to content

v0.2.1

Latest

Choose a tag to compare

@ashimov ashimov released this 10 Jun 11:39
· 1 commit to main since this release

Security hardening.

  • TokenIssuer validates secret/key length at construction (CWE-665)
  • JWT jti uses secrets.token_hex instead of uuid4 (CWE-330)
  • Warn when audience unset and on first in-memory token revocation
  • verify_password logs unexpected errors instead of silently returning False (CWE-755)