Add 30s cache to SSO exchange_refresh_token (#6866)

Co-authored-by: Timshel <timshel@users.noreply.github.com>
This commit is contained in:
Timshel
2026-03-09 17:10:06 +00:00
committed by GitHub
parent df25d316d6
commit ecdb18fcde
3 changed files with 37 additions and 138 deletions

View File

@@ -173,7 +173,7 @@ governor = "0.10.4"
# OIDC for SSO
openidconnect = { version = "4.0.1", features = ["reqwest", "rustls-tls"] }
mini-moka = "0.10.3"
moka = { version = "0.12.13", features = ["future"] }
# Check client versions for specific features.
semver = "1.0.27"