Start to build init openid login
This commit is contained in:
@ -36,3 +36,6 @@ impl Default for StaticConstraints {
|
||||
|
||||
/// Password reset token duration
|
||||
pub const PASSWORD_RESET_TOKEN_DURATION: Duration = Duration::from_secs(3600 * 24);
|
||||
|
||||
/// OpenID state duration
|
||||
pub const OPEN_ID_STATE_DURATION: Duration = Duration::from_secs(3600);
|
||||
|
Reference in New Issue
Block a user