This commit is contained in:
Vincent Prouillet 2021-11-01 14:30:47 +01:00
parent ebef09e9ab
commit 855793f6a9
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
- `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
- Allow float values for `exp` and `nbf`, yes it's in the spec... floats will be rounded to u64
## 7.2.0 (2020-06-30)

View File

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