microgateway-plugins
Version:
Plugins for Apige Edge Microgateway
17 lines (15 loc) • 367 B
JSON
{
"name": "bauth",
"version": "1.0.0",
"description": "Sample plugin extract Basic Auth credentials",
"main": "index.js",
"author": "Nandan Sridhar <nandanks@gmail.com>",
"license": "Apache-2.0",
"dependencies": {
"debug": "^2.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apigee/microgateway-plugins.git"
}
}