Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 992 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 992 Bytes

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.