JSPM

  • Created
  • Published
  • Downloads 1594
  • Score
    100M100P100Q112696F
  • License MIT

keylab is a library aiming to create and validate JSON Web Tokens without hussle or prerequisitie cryptography knowledge.

Package Exports

  • keylab
  • keylab/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (keylab) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

keylab

Build Status codecov npm version code style: prettier bundle size

keylab is a nodejs library aiming to create and validate JSON Web Tokens without hussle or prerequisitie cryptography knowledge.

Install

yarn add keylab

Changelog

  • JWT signed with a JSON Web Key can be "ad-hoc" validated
    • (22.FEB.22) verifyRSATokenWithUri has been replaced with verifyRSAToken

Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.

References

License

This project is licensed under the MIT license. See the LICENSE file for more info.