mudzot / jose

A comprehensive set of JWT, JWS, and JWE libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JOSE

Build Status GoDoc

JOSE is a comprehensive set of JWT, JWS, and JWE libraries.

Why

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.

Notes:

JWE is currently unimplemented.

Version 0.9:

Documentation

The docs can be found at [godoc.org] docs, as usual.

A gopkg.in mirror can be found at https://gopkg.in/jose.v1, thanks to @zia-newversion. (For context, see issue #30.)

License

[MIT] license.

About

A comprehensive set of JWT, JWS, and JWE libraries.

License:MIT License


Languages

Language:Go 99.9%Language:Shell 0.1%