Skip to content

feat(auth): Reset-token security hardening #55

@ebouchut

Description

@ebouchut

Security hardening for the reset-token lifecycle.

  • Tokens hashed at rest; high-entropy generation.
  • Short expires_at; strict single-use; invalidate prior tokens on new request/use.
  • Rate-limit requests (per email and per IP).
  • Audit-log request and completion events.

Metadata

Metadata

Assignees

Labels

authAuthentication & authorization (login, sessions, password reset, tokens)backendsecurity

Projects

Status
No status

Relationships

None yet

Development

No branches or pull requests

Issue actions