There was an error while loading. Please reload this page.
1 parent 8f4181b commit b7cf644Copy full SHA for b7cf644
1 file changed
auth-impls/src/signature.rs
@@ -31,7 +31,7 @@ pub const SIGNING_CONSTANT: &'static [u8] =
31
/// 64-byte secp256k1 ECDSA signature followed by the signing time since the UNIX epoch, encoded as
32
/// a string.
33
///
34
-/// The proof will not be valid if the provided time is more than an hour from now.
+/// The proof will not be valid if the provided time is more than 24 hours from now.
35
36
/// Because no rate-limiting of new user accounts is done, a higher-level service is required to
37
/// ensure requests are not triggering excess new user registrations.
0 commit comments