We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159af14 commit 07c11b8Copy full SHA for 07c11b8
backend/src/routes/auth/login.rs
@@ -40,7 +40,7 @@ use crate::{
40
};
41
42
pub const MAX_TOKEN_AGE_MINUTES: i64 = 6;
43
-const MAX_REFRESH_TOKEN_AGE_DAYS: i64 = 30;
+const MAX_REFRESH_TOKEN_AGE_DAYS: i64 = 60;
44
45
#[derive(Serialize, Deserialize, Clone, Debug, Validate, ToSchema)]
46
pub struct LoginSchema {
0 commit comments