commit | 2d886f60e2bf2ec35ada58b6fa885207e50fce90 | [log] [tgz] |
---|---|---|
author | Eric Lagergren <ericscottlagergren@gmail.com> | Sun Apr 17 23:38:15 2016 -0700 |
committer | Eric Lagergren <ericscottlagergren@gmail.com> | Sun Apr 17 23:38:15 2016 -0700 |
tree | e10339c30a6995a095fc07eccf39cffa34193bee | |
parent | 413cd93d06fca57ad0a325602b023b0710a6c87d [diff] |
jwt: Fix Audience validation to match spec more closely
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.