commit | 472ccf5a9421093baa7d937fd0933915f9d500f4 | [log] [tgz] |
---|---|---|
author | Eric Lagergren <ericscottlagergren@gmail.com> | Tue Nov 01 11:13:38 2016 -0700 |
committer | GitHub <noreply@github.com> | Tue Nov 01 11:13:38 2016 -0700 |
tree | 52397f2fbc7f80c225e35e7575cc5a82b8b6da3b | |
parent | b10f12c5188d355a3eacc61aba9abd3eb6b3b787 [diff] | |
parent | 8c6758c2c6a90bcccde42ab364ff32a74faa886c [diff] |
Merge pull request #28 from zgiber/fix-iat-validation use GetTime when validating "iat" claim
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.