fix: jwt cache is not purged (#3801)

This commit is contained in:
Taimoor Zaeem
2025-01-29 15:14:05 -05:00
committed by steve-chavez
parent c6b4fca160
commit 89be285e6a
3 changed files with 76 additions and 1 deletions
+4
View File
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Fixed
- #3788, Fix jwt cache does not remove expired entries - @taimoorzaeem
## [12.2.5] - 2025-01-20
### Fixed