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.
uri - destination of the post request
apiKey - secret key to identify yourself, should be verified by the application which handles uri
Check authmagic-cli.
authmagic install authmagic-proxy-plugin
authmagic-proxy-plugin is MIT licensed.