kevlened / jose

:globe_with_meridians: Collection of JSON Web libraries

Home Page:http://jose.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jose

Collection of JSON Web libraries

  • jose-algorithms - A collection of JOSE-compatible algorithms
  • jwk-lite - isomorphic library to generate, import, and export JSON Web Keys
  • jws-lite - isomorphic library to decode, sign, and verify JSON Web Signatures
  • 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. 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

About

:globe_with_meridians: Collection of JSON Web libraries

http://jose.readthedocs.io/en/latest/

License:MIT License


Languages

Language:JavaScript 76.5%Language:TypeScript 23.5%