/http_digex

HTTP Digest Auth Library to create auth header to be used with HTTP Digest Authentication

Primary LanguageElixirApache License 2.0Apache-2.0

http_digex

Hex version Hex downloads Build Status Coverage 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")