authmagic-proxy-plugin
v0.0.4
Published
<img src="https://github.com/authmagic/authmagic/blob/master/docs/images/logo.png?raw=true" width="300px"/>
Downloads
11
Readme
authmagic-proxy-plugin
Plugin for authmagic to send authorization ekey through proxy. It works with authmagic-timerange-stateless-core. It allows you to keep ekey transferring logic on your application.
Plugin performs post request to a uri required in the params and attaches apiKey.
Example usage: you may want to log that user requested ekey and only then send it through email.
Params
uri - destination of the post request
apiKey - secret key to identify yourself, should be verified by the application which handles uri
Installation
Check authmagic-cli.
authmagic install authmagic-proxy-plugin
Licence
authmagic-proxy-plugin is MIT licensed.