commit | fa74c9f8b6a7bf513e12d9447b1669f68991198c | [log] [tgz] |
---|---|---|
author | Eric Lagergren <ericscottlagergren@gmail.com> | Fri May 27 00:52:16 2016 -0700 |
committer | Eric Lagergren <ericscottlagergren@gmail.com> | Fri May 27 00:52:16 2016 -0700 |
tree | 4d84966937664c383b43d8ae462e8428d9759d68 | |
parent | fda8c72251a5b8dc3c4b76b2c224536460ee80a0 [diff] | |
parent | f830bc2fca2ded52ec1203a07531506442331609 [diff] |
Merge pull request #25 from ifraixedes/test-from-header Add test for jws.fromHeader function - retrieved
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.