http_digex
November 19, 2016 ยท View on GitHub
HTTP Digest Auth Library to create auth header to be used with HTTP Digest Authentication
Installation
You can install this package from hex as:
def deps do
[{:http_digex, "~> 0.0.1"}]
end
Or you can choose to install from github as:
def deps do
[{:egaugex, github: "techgaun/http_digex"}]
end
Usage
HTTPDigex.create_digest("user", "password", "Admin panel", "/admin.html", "POST")