An easy, lightweight, and secure module for fetching JWK Public Keys and verifying JWTs. Great for OIDC, Auth0, JWKs URLs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

34 lines
628 B

{
"author": {
"name": "AJ ONeal",
"email": "solderjs@gmail.com"
},
"bundleDependencies": false,
"dependencies": {
"@coolaj86/urequest": "^1.3.6",
"eckles": "^1.4.0",
"rasha": "^1.2.1"
},
"deprecated": false,
"description": "Lightweight support for fetching JWKs.",
"files": [],
"keywords": [
"jwks",
"jwk",
"jwt",
"auth0",
"pem",
"RSA",
"EC",
"ECDSA",
"OIDC",
"well-known"
],
"license": "MPL-2.0",
"main": "keyfetch.js",
"name": "keyfetch",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.8"
}