Clone this repo:
  1. 2bd9b81 slight readme clarification by Eric Lagergren · 9 years ago master
  2. f6df55f Merge branch 'master' of github.com:sermodigital/jose by Eric Lagergren · 9 years ago 1.1
  3. 29ee73f Merge pull request #28 from zgiber/fix-iat-validation by Eric Lagergren · 9 years ago
  4. 472ccf5 Merge pull request #28 from zgiber/fix-iat-validation by Eric Lagergren · 9 years ago
  5. 8c6758c Use Time.Equal() instead simple comparison. by Zoltan Giber · 9 years ago

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.