Skip to content

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

License

Notifications You must be signed in to change notification settings

techgaun/http_digex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages