Skip to main content

MAX_EXPIRY_SECS

Constant MAX_EXPIRY_SECS 

Source
pub const MAX_EXPIRY_SECS: u64 = _; // 2_592_000u64
Expand description

Hard cap on a single token’s lifetime. Mirrors the issue’s “max 30 days” guidance; longer-lived invites should issue a fresh token rather than carry one forever.