Skip to content

Commit

Permalink
[KAN-000] access token 만료기간 증가
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkyoungdeok committed May 30, 2024
1 parent cf57688 commit 9d74eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jwt:
header: Authorization
secret: c2lsdmVybmluZS10ZWNoLXNwcmluZy1ib290LWp3dC10dXRvcmlhbC1zZWNyZXQtc2lsdmVybmluZS10ZWNoLXNwcmluZy1ib290LWp3dC10dXRvcmlhbC1zZWNyZXQK
token-validity-in-seconds: 86400
access-token-validity-in-seconds: 7200
access-token-validity-in-seconds: 32140800
refresh-token-validity-in-seconds: 1209600

aws:
Expand Down

0 comments on commit 9d74eb4

Please sign in to comment.