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 d96982d commit 655abebCopy full SHA for 655abeb
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 10.1.0 (2025-10-18)
4
+
5
+- add `dangerous::insecure_decode`
6
+- Implement TryFrom &Jwk for DecodingKey
7
8
## 10.0.0 (2025-09-29)
9
10
- BREAKING: now using traits for crypto backends, you have to choose between `aws_lc_rs` and `rust_crypto`
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "jsonwebtoken"
-version = "10.0.0"
+version = "10.1.0"
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
license = "MIT"
readme = "README.md"
0 commit comments