1.0.8 • Published 5 years ago
express-gateway-plugin-exec v1.0.8
#express-gateway-plugin-jwt-extractor This plugin is written to execute arbitrary code in a policy
Getting Started in 5 minutes:
$ npm -i -g express-gateway
$ eg gateway create
eg gateway create
# follow prompts
? What\'s the name of your Express Gateway? demo
? Where would you like to install your Express Gateway? demo
? What type of Express Gateway do you want to create? Getting Started with Express Gateway
# cd to new directory
$ cd ./demo
# install this plugin
$ eg plugin install express-gateway-plugin-exec
? Would you like to enable this plugin in system config? Yes
? Would you like to add new policies to gateway config? Yes
Plugin installed!
Detailed documentation:
Express Gateway plugin explanation: Plugin Documentation
CLI for installing and configuring plugin: Plugins CLI
Guidlines how to write your custom plugin: Plugin Development Guide
Express Gateway Boot Sequence explains order in which plugin entities are loaded and executed.