https://github.com/gitsquared/node-jwk-utils
A Node.js library for working with the JSON Web Key format (RFC #7517).
https://github.com/gitsquared/node-jwk-utils
Last synced: about 1 year ago
JSON representation
A Node.js library for working with the JSON Web Key format (RFC #7517).
- Host: GitHub
- URL: https://github.com/gitsquared/node-jwk-utils
- Owner: GitSquared
- License: mit
- Created: 2020-07-11T20:32:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-07T16:35:14.000Z (almost 6 years ago)
- Last Synced: 2025-04-14T01:46:06.974Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/jwk-utils
- Size: 3.91 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-jwk-utils
A Node.js library for working with the JSON Web Key format ([RFC #7517](https://tools.ietf.org/html/rfc7517)).
Only exports JWK TypeScript types for now. Will include functions to convert between PEM encoding and JWK strings soon.
```
npm i -P jwk-utils
```