commit | fda8c72251a5b8dc3c4b76b2c224536460ee80a0 | [log] [tgz] |
---|---|---|
author | Eric Lagergren <ericscottlagergren@gmail.com> | Thu May 26 10:41:27 2016 -0700 |
committer | Eric Lagergren <ericscottlagergren@gmail.com> | Thu May 26 10:41:27 2016 -0700 |
tree | 59b9057861dde33c4a0497f58ea6553c8d184956 | |
parent | 2a2a7005e242469734d8d0d110f4bb657bb67759 [diff] | |
parent | ad656f1ad1ae2750ef68b3d2b3219ac962bf364c [diff] |
Merge pull request #24 from ifraixedes/fix-equality Fix method equality to be able to validate a JWT
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.