fix: invalid JWTs after jwt-secret is changed in a config reload (#4015)

This commit is contained in:
Taimoor Zaeem
2025-04-16 09:40:36 -05:00
committed by GitHub
parent feb5b7d494
commit bc5ec43300
4 changed files with 55 additions and 6 deletions
+1
View File
@@ -35,6 +35,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #3600, #3926, Improve JWT errors - @taimoorzaeem
- #3013, Fix `order=` with POST, PATCH, PUT and DELETE requests - @taimoorzaeem
- #3498, Fix incorrect parsing of the `for` parameter of the `application/vnd.pgrst.plan` media type - @taimoorzaeem
- #4014, Fix JWT cache allows old tokens after the jwt-secret is changed in a config reload - @taimoorzaeem
### Changed