Raiqub/jose is a library for the Go Programming Language. It provides an implementation of JSON Object Signing and Encryption (JOSE).
To install raiqub/jose library run the following command:
go get gopkg.in/raiqub/jose.v0
To import this package, add the following line to your code:
import "gopkg.in/raiqub/jose.v0"
raiqub/jose is made available under the Apache Version 2.0 License.