Skip to content

Commit

Permalink
feat: accesstoken 200분으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
BYEONGRYEOL committed Aug 9, 2024
1 parent 66f53c3 commit d742297
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class JWTConstants {
public static final String ROLE = "role";
public static final String JWT_HEADER = "Authorization";
public static final String JWT_PREFIX = "Bearer ";
public static final Long ACCESS_TOKEN_EXPIRATION_TIME = 60 * 2 * 1000L ;
public static final Long ACCESS_TOKEN_EXPIRATION_TIME = 60 * 200 * 1000L ;
public static final Long REFRESH_TOKEN_EXPIRATION_TIME = 60 * 60 * 24 * 7 * 2 * 1000L;

}

0 comments on commit d742297

Please sign in to comment.