github lestrrat-go/jwx v1.2.13

latest releases: v3.0.0-alpha1, v2.1.2, v1.2.30...
2 years ago
v1.2.13 07 Dec 2021
[New Features]
  * `jwt` package now has a `Builder` that may make it easier to programmatically
    create a JWT for some users.
  * `jwt` errors now can be distinguished between validation errors and others.
    Use `jwt.IsValidationError()` to check if it's a validation error, and then
    use `errors.Is()` to check if it's one of the known (oft-used) errors

Don't miss a new jwx release

NewReleases is sending notifications on new releases.