github square/go-jose v2.0.0
Version 2.0.0

latest releases: v2.6.0, v2.5.1, v2.5.0...
8 years ago

Cleaner interface
The API for the base package has been reworked. In particular, encrypter/signer/decrypter/verifier objects are now immutable. An options struct can be passed to set various options when creating the object now. This is a bit more flexible and should make it easier to add new things in the future.

Support for JWT
Thanks to @shaxbee, go-jose now includes a new jwt sub-package with functions for dealing with encrypted/signed JWTs. See the documentation for the jwt package for more information.

Don't miss a new go-jose release

NewReleases is sending notifications on new releases.