fix: jwt cache is not purged (#3801)

This commit is contained in:
Taimoor Zaeem
2025-01-29 14:53:10 -05:00
committed by GitHub
parent b7d0a1f68c
commit 71a147392a
3 changed files with 73 additions and 1 deletions
+1
View File
@@ -27,6 +27,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #3795, Clarify `Accept: vnd.pgrst.object` error message - @steve-chavez
- #3779, Always log the schema cache load time - @steve-chavez
- #3706, Fix insert with `missing=default` uses default value of domain instead of column - @taimoorzaeem
- #3788, Fix jwt cache does not remove expired entries - @taimoorzaeem
### Changed