Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Version 2.0.0

Compare
Choose a tag to compare
@csstaub csstaub released this 28 Oct 21:48
· 261 commits to master since this release
v2.0.0
8c5257b

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.