Merge SEC-12: reduce default token expiry to 7 days

This commit is contained in:
2026-03-13 00:49:29 -07:00
5 changed files with 6 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ type MasterKeyConfig struct {
}
// duration is a wrapper around time.Duration that supports TOML string parsing
// (e.g. "720h", "8h").
// (e.g. "168h", "8h").
type duration struct {
time.Duration
}