commit | 0b9113db20bd1a92bfccd996550d2d6f2fe22adb | [log] [tgz] |
---|---|---|
author | Max Franks <eliquious@gmail.com> | Tue Mar 08 23:01:07 2016 -0600 |
committer | Max Franks <eliquious@gmail.com> | Tue Mar 08 23:01:07 2016 -0600 |
tree | 5494f955075b1df013e2086e0900c9fcaa938085 | |
parent | 6ea9718868047edf3bf6d1fe0c64711e2ef94231 [diff] |
Fix bug with multiple audience values This commit resolves a bug concerning multiple audience claims. The audience array was previously not being expanded before calling the `stringify` method. Because of this, the string cast failed (inside stringify) and thus no audience values were returned.
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.