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

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).

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
```