Skip to content

nethesis/ctiapp-authproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages