junobuild-auth 0.4.1

Authentication toolkit for Juno.
Documentation
1
2
3
4
5
6
7
const MINUTE_NS: u64 = 60 * 1_000_000_000;

// 10 minutes in nanoseconds
pub const DEFAULT_EXPIRATION_PERIOD_NS: u64 = 10 * MINUTE_NS;

// The maximum duration for a automation controller
pub const MAX_EXPIRATION_PERIOD_NS: u64 = 60 * MINUTE_NS;