commit | 251566da9e16e411e8fad708055cda870e4912b5 | [log] [tgz] |
---|---|---|
author | Eric Lagergren <ericscottlagergren@gmail.com> | Fri Feb 12 13:30:13 2016 -0800 |
committer | Eric Lagergren <ericscottlagergren@gmail.com> | Fri Feb 12 13:30:13 2016 -0800 |
tree | ac05f775818a29e7784fa4509835c735846ac809 | |
parent | a9a1ba408d5ff288b3331191b39e25f9cf12db43 [diff] | |
parent | ea742c06b5d1bf25757af6a9db8265ed79e5a1f2 [diff] |
Merge pull request #8 from kmulvey/correct-jwe-link correct JWE link
JOSE is a comprehensive set of JWT, JWS, and JWE libraries.
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.
JWE is currently unimplemented.
The docs can be found at [godoc.org] docs, as usual.
[MIT] license.