HyperAuth

Hex.pmHex.pmHex.pmBuild Status

Plug for HTTP authentication.

Installation

The package can be installed by adding plug_hyper_auth to your list of dependencies in mix.exs:

def deps do
  [
    {:plug_hyper_auth, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and is published on HexDocs. The docs can be found at https://hexdocs.pm/plug_hyper_auth.

Contribute

You can fork and clone it, commit your changes and open a pull request. Remember to add tests for the code added and try to keep the code clean. Use doc strings to add Documentation.

Useful links

Some useful links if you want to contribute to this repository.