This website requires JavaScript.
Explore
Help
Sign in
GeneralBots
/
botserver
Watch
2
Star
1
Fork
You've already forked botserver
0
Code
Issues
Pull requests
Projects
Releases
323
Packages
Wiki
Activity
Actions
de017241f2
botserver
/
src
/
meet
/
webinar.rs
4 lines
69 B
Rust
Raw
Normal View
History
Unescape
Escape
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
use
crate
::
meet
::
webinar_api
::
*
;
use
crate
::
meet
::
webinar_types
::
*
;
Add video module, RBAC, security features, billing, contacts, dashboards, learn, social, and multiple new modules Major additions: - Video editing engine with AI features (transcription, captions, TTS, scene detection) - RBAC middleware and organization management - Security enhancements (MFA, passkey, DLP, encryption, audit) - Billing and subscription management - Contacts management - Dashboards module - Learn/LMS module - Social features - Compliance (SOC2, SOP middleware, vulnerability scanner) - New migrations for RBAC, learn, and video tables
2026-01-08 13:16:17 -03:00
Reference in a new issue
Copy permalink