feat: upgrade authentication to JWT with refresh tokens
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user