0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -05:00
logto/.changeset/smooth-radios-wink.md

9 lines
350 B
Markdown
Raw Normal View History

2023-08-10 00:41:22 +08:00
---
"@logto/console": patch
---
2023-08-10 14:50:38 +08:00
fix display logic for "Rotate refresh token" and "Refresh token TTL" according to OIDC configuration
2023-08-10 00:41:22 +08:00
- Public clients (authentication method is none) are not allowed to disable refresh token rotation;
- Web public applications (i.e. SPA) with refresh token rotation enabled are not allowed to set refresh token TTL.