Implementation of JOSE standards (JWE, JWS, JWT) in Go
Description
Package jose aims to provide an implementation of the Javascript Object
Signing and Encryption set of standards. This includes support for JSON Web
Encryption, JSON Web Signature, and JSON Web Token standards.
This package provides symbolic links that alias the following Go import paths to
gopkg.in/square/go-jose.v2:
– gopkg.in/go-jose/go-jose.v2
Aliasing Go import paths via symbolic links or http redirects is fragile. If
your Go code depends on this package, you should patch it to import directly
gopkg.in/square/go-jose.v2.