Skip to content

Commit

Permalink
feat: update access token expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong authored Jul 8, 2024
1 parent f574abd commit 35fc52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user-service/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ app:
jwt:
verify-key: ${JWT_VERIFY_KEY}
expiration:
access-token: 86400 # 1 day
access-token: 2592000 # 30 days
refresh-token: 2592000 # 30 days

0 comments on commit 35fc52f

Please sign in to comment.