commit | 781311536046fba5738931558c02dd3b51707810 | [log] [tgz] |
---|---|---|
author | Eric Lagergren <ericscottlagergren@gmail.com> | Fri Oct 02 17:26:36 2015 -0700 |
committer | Eric Lagergren <ericscottlagergren@gmail.com> | Fri Oct 02 17:26:36 2015 -0700 |
tree | 9f16c198b065e343fdd2b7efe379f24229508b89 | |
parent | 8d704d9f584dd49bf0594abf68fc625b64b6b969 [diff] |
jwt: claims.go - len(a) == 0 should return nil, false
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, but should be completed in a week.
Currently not version 1.0 yet.
The API will be 100% solidified with the 1.0 release and no API-breaking changes will be made without incrementing the major version number.
The docs can be found at [godoc.org] docs, as usual.
[MIT] license.