feat: upgrade authentication to JWT with refresh tokens

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-15 01:20:13 +00:00
parent ca7b816c0e
commit 6b5e270984
9 changed files with 245 additions and 146 deletions

View File

@@ -9,3 +9,7 @@ EMAIL_PASS=tu_api_key
# Token de Banxico para tipo de cambio
BANXICO_TOKEN=tu_token_banxico
# JWT Authentication
JWT_SECRET=change-this-secret-in-production
JWT_REFRESH_SECRET=change-this-refresh-secret-in-production