๐Ÿ“ฆ GitSquared / node-jwk-utils

A Node.js library for working with the JSON Web Key format (RFC #7517).

โ˜… 5 stars โ‘‚ 1 forks ๐Ÿ‘ 5 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/GitSquared/node-jwk-utils.git
HTTPS git clone https://github.com/GitSquared/node-jwk-utils.git
SSH git clone git@github.com:GitSquared/node-jwk-utils.git
CLI gh repo clone GitSquared/node-jwk-utils
Gabriel Saillard Gabriel Saillard fix github language detection a27a468 5 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“„ .gitattributes
๐Ÿ“„ index.d.ts
๐Ÿ“„ index.js
๐Ÿ“„ LICENSE
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ README.md

node-jwk-utils

A Node.js library for working with the JSON Web Key format (RFC #7517).

Only exports JWK TypeScript types for now. Will include functions to convert between PEM encoding and JWK strings soon.

npm i -P jwk-utils