Blaguth Build Status

Basic Access Authentication in Plug applications.

Installation

Add Blaguth as a dependency to your mix.exs file:

defp deps do
  [{:blaguth, "~> 1.0.0"}]
end

After you are done, run mix deps.get in your shell to fetch the dependencies.

Usage

[WIP] See test file for now.

License

This software is licensed under the ISC license.