We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb96123 commit fbed3edCopy full SHA for fbed3ed
backend/src/utils/misc.utils.ts
@@ -17,7 +17,7 @@ export const TOKEN_EXPIRATION_TIME = "60m";
17
export const REFRESH_TOKEN_EXPIRATION_TIME = 90;
18
19
/** @DEV - Expiration time of each registration token */
20
-export const REGISTRATION_TOKEN_TIME = "1d";
+export const REGISTRATION_TOKEN_TIME = "7d";
21
22
23
export const MAX_ENCOUNTERS_PER_DAY_FOR_USER = 3;
0 commit comments