generalbots/src/docs
Rodrigo Rodriguez e143968179 feat: Add JWT secret rotation and health verification
SEC-02: Implement credential rotation security improvements

- Add JWT secret rotation to rotate-secret command
- Generate 64-character HS512-compatible secrets
- Automatic .env backup with timestamp
- Atomic file updates via temp+rename pattern
- Add health verification for rotated credentials
- Route rotate-secret, rotate-secrets, vault commands in CLI
- Add verification attempts for database and JWT endpoints

Security improvements:
- JWT_SECRET now rotatable (previously impossible)
- Automatic rollback via backup files
- Health checks catch configuration errors
- Clear warnings about token invalidation

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-19 19:42:41 +00:00
..
handlers_api Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
collaboration.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
handlers.rs feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
mod.rs feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
ooxml.rs feat(office): Add ooxmlsdk integration for Word/PowerPoint preservation 2026-01-11 12:01:58 -03:00
storage.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
types.rs feat(office): Add Phase 3 advanced features - Comments, Track Changes, TOC, Footnotes, Styles, Presenter View, Transitions, Media 2026-01-11 12:13:10 -03:00
utils.rs Fix overlapping route panic: remove duplicate /api/docs/import from drive module 2026-01-11 18:49:04 -03:00