@smontero/fastify-az-jwt-verify
Version:
Azure JWT token verification plugin for Fastify
48 lines (47 loc) • 1.07 kB
JSON
{
"name": "@smontero/fastify-az-jwt-verify",
"version": "0.1.0",
"description": "Azure JWT token verification plugin for Fastify",
"author": "Sebastian Montero",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"keywords": [
"fastify",
"fastify-plugin",
"azure",
"jwt"
],
"main": "index.js",
"scripts": {
"test": "node --test"
},
"dependencies": {
"axios": "^1.8.1",
"base64url": "^3.0.1",
"fastify": "^5.2.1",
"fastify-plugin": "^5.0.1",
"http-errors": "^1.7.3",
"jwk-to-pem": "^2.0.7",
"jws": "^4.0.0",
"node-cache": "^5.1.0",
"valid-url": "^1.0.9"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"nock": "^11.7.0",
"prettier": "^1.19.1"
},
"engines": {
"node": ">= 12.0.0"
}
}