Skip to content

Commit

Permalink
update refresh token expires in
Browse files Browse the repository at this point in the history
  • Loading branch information
Weiko committed Sep 3, 2024
1 parent 8f65326 commit d2b3b1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export class EnvironmentVariables {

@IsDuration()
@IsOptional()
REFRESH_TOKEN_EXPIRES_IN = '30m';
REFRESH_TOKEN_EXPIRES_IN = '60d';

@IsDuration()
@IsOptional()
Expand Down

0 comments on commit d2b3b1f

Please sign in to comment.