http_digex Hex versionHex downloadsBuild StatusCoverage Status

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")