grant-express
Version:
Grant OAuth Proxy middleware for Express
36 lines (35 loc) • 741 B
JSON
{
"name": "grant-express",
"version": "5.4.8",
"description": "Grant OAuth Proxy middleware for Express",
"keywords": [
"oauth",
"oauth2",
"openid",
"openid-connect",
"authentication",
"authorization",
"proxy",
"middleware",
"express"
],
"license": "MIT",
"homepage": "https://github.com/simov/grant",
"author": "Simeon Velichkov <simeonvelichkov@gmail.com> (https://simov.github.io)",
"repository": {
"type": "git",
"url": "https://github.com/simov/grant.git"
},
"dependencies": {
"grant": "^5.4.8"
},
"peerDependencies": {
"express": ">=3.0.0"
},
"main": "index.js",
"type": "commonjs",
"types": "grant.d.ts",
"engines": {
"node": ">=8.0.0"
}
}