An open API service indexing awesome lists of open source software.

https://github.com/kevlened/jose

:globe_with_meridians: Collection of JSON Web libraries
https://github.com/kevlened/jose

isomorphic jose jwk jws jwt

Last synced: 12 months ago
JSON representation

:globe_with_meridians: Collection of JSON Web libraries

Awesome Lists containing this project

README

          

# jose
Collection of JSON Web libraries

* [jose-algorithms](packages/jose-algorithms) - A collection of JOSE-compatible algorithms
* [jwk-lite](packages/jwk-lite) - isomorphic library to generate, import, and export JSON Web Keys
* [jws-lite](packages/jws-lite) - isomorphic library to decode, sign, and verify JSON Web Signatures
* [jwt-lite](packages/jwt-lite) - isomorphic library to decode, sign, and verify JSON Web Tokens

## Compatibility

All libraries should be compatible with Node.js, IE11+ and React Native. Some JOSE algorithms
will not work in some environments due to lack of support in the underlying WebCrypto libraries.

## Contribute

This project is a mono-repo managed by [lerna](https://github.com/lerna/lerna). To automatically install dependencies, link each package, and run all the tests, ensure you're in the repo's root directory and run:

```
npm install
npm test
```

## License

MIT