Skip to content

Commit fbed3ed

Browse files
committed
fix: registration token expiration
1 parent cb96123 commit fbed3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/utils/misc.utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const TOKEN_EXPIRATION_TIME = "60m";
1717
export const REFRESH_TOKEN_EXPIRATION_TIME = 90;
1818

1919
/** @DEV - Expiration time of each registration token */
20-
export const REGISTRATION_TOKEN_TIME = "1d";
20+
export const REGISTRATION_TOKEN_TIME = "7d";
2121

2222
/** @DEV - Expiration time of each registration token */
2323
export const MAX_ENCOUNTERS_PER_DAY_FOR_USER = 3;

0 commit comments

Comments
 (0)