@new10com/jwks-rsa
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "@new10com/jwks-rsa", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Library to retrieve RSA public keys from a JWKS endpoint", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
# @new10com/jwks-rsa | ||
[![NPM version][npm-image]][npm-url] | ||
[![Release][release-image]][release-url] | ||
[![Install Size][install-size-image]][install-size-url] | ||
[npm-image]: https://img.shields.io/npm/v/@new10com/jwks-rsa.svg | ||
[npm-url]: https://www.npmjs.org/package/@new10com/jwks-rsa | ||
[release-image]: https://img.shields.io/github/release/new10com/node-jwks-rsa.svg | ||
[release-url]: https://github.com/new10com/node-jwks-rsa/releases/latest | ||
[install-size-image]: https://packagephobia.now.sh/badge?p=@new10com/jwks-rsa | ||
[install-size-url]: https://packagephobia.now.sh/result?p=@new10com/jwks-rsa | ||
A library to retrieve RSA signing keys from a JWKS (JSON Web Key Set) endpoint. | ||
> npm install --save @new10com/jwks-rsa | ||
> npm install @new10com/jwks-rsa | ||
@@ -7,0 +18,0 @@ ## Usage |
84753
115