This commit is contained in:
Vincent Prouillet 2021-09-28 21:26:52 +02:00
parent f9771f7835
commit 2e8aa8d3f8
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
- `Validation::iss` is now a `HashSet` instead of a single value
- `decode` will now error if `Validation::algorithms` is empty
- Add JWKs types for easy interop with various Oauth providers
- Removed `decode_*` functions in favour of using the `Validation` struct
## 7.2.0 (2020-06-30)

View File

@ -1,6 +1,6 @@
[package]
name = "jsonwebtoken"
version = "8.0.0-beta.2"
version = "8.0.0-beta.3"
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
license = "MIT"
readme = "README.md"