You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE: Server now fails to start if JWT_SECRET is not set.
Previously fell back to insecure default "secret" which could allow
JWT forgery attacks on misconfigured deployments.
- Make JWT_SECRET required in config.rs with helpful error message
- Update Makefile and CI workflows to set test secret
- Update documentation to indicate JWT_SECRET is required
0 commit comments