We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29674b6 commit 5162702Copy full SHA for 5162702
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 9.3.0 (2024-03-12)
4
+
5
+- Add `Validation.reject_tokens_expiring_in_less_than`, the opposite of leeway
6
7
## 9.2.0 (2023-12-01)
8
9
- Add an option to not validate `aud` in the Validation struct
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "jsonwebtoken"
-version = "9.2.0"
+version = "9.3.0"
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
license = "MIT"
readme = "README.md"
0 commit comments