# #160: Secure JWT Keys with Environment Variables **Category:** [BACKEND] **Difficulty:** MEDIUM **Tags:** `security, auth` ## Description Ensure the JWT secret is never hardcoded and is properly rotated in the platform environment. ## Acceptance Criteria - [ ] Implement the described feature/fix. - [ ] Ensure full responsiveness and accessibility. - [ ] Add relevant unit or integration tests. - [ ] Update documentation where necessary.
#160: Secure JWT Keys with Environment Variables
Category: [BACKEND]
Difficulty: MEDIUM
Tags:
security, authDescription
Ensure the JWT secret is never hardcoded and is properly rotated in the platform environment.
Acceptance Criteria