Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 514 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 514 Bytes

ctiapp-authproxy

Authentication proxy for Acrobits application.

The application needs a TOKEN environment application on startup.

Each request must be a POST request containing a JSON object. The object must have the following fields:

  • username
  • password
  • token: it's a SHA256 hash, it must be the same passed to the application at startup

Example with curl:

curl -d '{"username": "[email protected]", "password": "mypass", "token": "11223344"}' https://ctiapp-authproxy.example.com