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 fa92c4f commit 58f2df2Copy full SHA for 58f2df2
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 9.2.0 (2023-11-07)
4
+
5
+- Add an option to not validate `aud` in the Validation struct
6
+- Get the current timestamp in wasm without using std
7
8
## 9.1.0 (2023-10-21)
9
10
- Supports deserialization of unsupported algorithms for JWKs
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "jsonwebtoken"
-version = "9.1.0"
+version = "9.2.0"
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
license = "MIT"
readme = "README.md"
0 commit comments