open-consul/vendor/github.com/SermoDigital/jose
Matt Keeler 2f90768662 Vendor the vault api 2018-06-25 12:26:10 -07:00
..
crypto Vendor the vault api 2018-06-25 12:26:10 -07:00
jws Vendor the vault api 2018-06-25 12:26:10 -07:00
jwt Vendor the vault api 2018-06-25 12:26:10 -07:00
LICENSE Vendor the vault api 2018-06-25 12:26:10 -07:00
README.md Vendor the vault api 2018-06-25 12:26:10 -07:00
_test.sh Vendor the vault api 2018-06-25 12:26:10 -07:00
base64.go Vendor the vault api 2018-06-25 12:26:10 -07:00
doc.go Vendor the vault api 2018-06-25 12:26:10 -07:00
header.go Vendor the vault api 2018-06-25 12:26:10 -07:00
time.go Vendor the vault api 2018-06-25 12:26:10 -07:00

README.md

JOSE

Build Status GoDoc

JOSE is a comprehensive set of JWT, JWS, and JWE libraries.

Why

The only other JWS/JWE/JWT implementations are specific to JWT, and none were particularly pleasant to work with.

These libraries should provide an easy, straightforward way to securely create, parse, and validate JWS, JWE, and JWTs.

Notes:

JWE is currently unimplemented.

Version 0.9:

Documentation

The docs can be found at [godoc.org] docs, as usual.

A gopkg.in mirror can be found at https://gopkg.in/jose.v1, thanks to @zia-newversion. (For context, see issue #30.)

JWS RFC

JWE RFC

JWT RFC

License

[MIT] license.