Skip to content

Commit

Permalink
Merge pull request #115 from team-winey/testToken
Browse files Browse the repository at this point in the history
[Test] infinity token
  • Loading branch information
sss4920 authored Aug 11, 2023
2 parents e7a0739 + 5f664f1 commit 76838c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/winey/server/service/auth/AuthService.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ public class AuthService {

private final UserRepository userRepository;

private final Long TOKEN_EXPIRATION_TIME_ACCESS = 3 * 60 * 1000L;
private final Long TOKEN_EXPIRATION_TIME_REFRESH = 5 * 60 * 1000L;
private final Long TOKEN_EXPIRATION_TIME_ACCESS = 100*24*60 * 60 * 1000L;
private final Long TOKEN_EXPIRATION_TIME_REFRESH = 200*24*60 * 60 * 1000L;
private final GoalRepository goalRepository;

private final FeedRepository feedRepository;
Expand Down

0 comments on commit 76838c7

Please sign in to comment.