Commit Graph
1 Commits
Author SHA1 Message Date
paulandClaude 1cfd6a44d6 feat(security): implement secure JWT secrets for all environments
continuous-integration/drone/push Build is passing
Test Gitea Actions / test (push) Successful in 15s
- Replace short dev secrets with secure 64-character (256-bit) secrets
- Update docker-compose.yml with secure development secret
- Update docker-compose.local.yml with unique secure secret
- Improve .env.example with clear security instructions
- Add comprehensive security best practices documentation
- Create helper script to generate secure JWT secrets

Security improvements:
- All environments now use cryptographically secure 64-character secrets
- Clear warnings and instructions prevent use of weak secrets
- Documentation guides proper secret management
- Helper script makes it easy to generate new secrets

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
2025-07-12 23:40:43 +02:00