Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SermoDigital/jose
A comprehensive set of JWT, JWS, and JWE libraries.
https://github.com/SermoDigital/jose
Last synced: 28 days ago
JSON representation
A comprehensive set of JWT, JWS, and JWE libraries.
- Host: GitHub
- URL: https://github.com/SermoDigital/jose
- Owner: SermoDigital
- License: mit
- Created: 2015-09-29T07:52:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T08:26:58.000Z (about 5 years ago)
- Last Synced: 2024-11-09T08:09:07.720Z (about 1 month ago)
- Language: Go
- Size: 98.6 KB
- Stars: 914
- Watchers: 31
- Forks: 87
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-jwt - jose - Comprehensive set of JWT, JWS, and JWE libraries. (Libraries / Go)
README
JOSE
============
[![Build Status](https://travis-ci.org/SermoDigital/jose.svg?branch=master)](https://travis-ci.org/SermoDigital/jose)
[![GoDoc](https://godoc.org/github.com/SermoDigital/jose?status.svg)](https://godoc.org/github.com/SermoDigital/jose)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.)### [JWS RFC][jws]
### [JWE RFC][jwe]
### [JWT RFC][jwt]## License
[MIT] [license].
[docs]: https://godoc.org/github.com/SermoDigital/jose
[license]: https://github.com/SermoDigital/jose/blob/master/LICENSE.md
[jws]: https://tools.ietf.org/html/rfc7515
[jwe]: https://tools.ietf.org/html/rfc7516
[jwt]: https://tools.ietf.org/html/rfc7519