feat(api): implement secure API key management with encryption and CRUD operations
This commit is contained in:
@@ -31,6 +31,9 @@ JWT_ALGORITHM="HS256"
|
||||
# In seconds
|
||||
JWT_EXPIRATION_TIME=3600
|
||||
|
||||
# Encryption key for API keys
|
||||
ENCRYPTION_KEY="your-encryption-key"
|
||||
|
||||
# SendGrid
|
||||
SENDGRID_API_KEY="your-sendgrid-api-key"
|
||||
EMAIL_FROM="noreply@yourdomain.com"
|
||||
|
||||
Reference in New Issue
Block a user