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
- Host: GitHub
- URL: https://github.com/kevlened/jose
- Owner: kevlened
- License: mit
- Created: 2018-02-03T21:52:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:10:20.000Z (over 3 years ago)
- Last Synced: 2025-06-22T15:56:05.176Z (about 1 year ago)
- Topics: isomorphic, jose, jwk, jws, jwt
- Language: JavaScript
- Homepage: http://jose.readthedocs.io/en/latest/
- Size: 959 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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