pubky 0.10.0-alpha.0

Pubky SDK
Documentation
1
2
/// Default lifetime for issued grants: 2 years (per proposal v4-pop ยง"Token Lifetime").
pub(crate) const DEFAULT_GRANT_LIFETIME_SECS: u64 = 2 * 365 * 24 * 3600;