commit | fc9e648019ddd8ddb1bab040c0b21b20b6259b6f | [log] [tgz] |
---|---|---|
author | Calle Gustafsson <calle.gustafsson@gmail.com> | Wed Sep 21 22:57:11 2016 +0200 |
committer | Calle Gustafsson <calle.gustafsson@gmail.com> | Wed Sep 21 22:57:11 2016 +0200 |
tree | f9ac6ee8c387cd56592156b84a8f4b1e54f237a3 | |
parent | 5d7fcbc3e492ba754c75700fbfa18bc498a705db [diff] |
jws: Separate header and form parsing To allow users to choose if they want only header or form parsing
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.