feat(auth): implementa logica de recuperacao e mudanca de senha

This commit is contained in:
2026-04-14 20:31:19 -05:00
parent 11dc1266a2
commit 5fc265f3dc
11 changed files with 300 additions and 3 deletions

View File

@@ -13,3 +13,5 @@ JWT_PUBLIC_KEY_PEM="<replace-with-escaped-pem>"
# Optional hardening
REFRESH_TOKEN_PEPPER="change-me"
PASSWORD_RESET_TTL_SEC="900"
PASSWORD_RESET_TOKEN_PEPPER="change-me"