Skip to content

Commit

Permalink
test refresh token
Browse files Browse the repository at this point in the history
  • Loading branch information
otahirs committed Sep 18, 2024
1 parent a5b4788 commit b49d5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spring:
token:
reuse-refresh-tokens: false
refresh-token-time-to-live: P5D # 5 days
access-token-time-to-live: PT1H # 1 hour
access-token-time-to-live: PT1M # 1 minute
2000:
registration:
client-id: "test"
Expand Down

0 comments on commit b49d5fd

Please sign in to comment.