auth_plug

The Elixir Plug that seamlessly handles all your authentication/authorization needs.

Build Status codecov.io Hex.pm Libraries.io dependency status


Why?

Installation

Add auth_plug to your list of dependencies in mix.exs:

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

Documentation can be found at https://hexdocs.pm/auth_plug.

If you are new to Elixir Plug, we recommend following: github.com/dwyl/elixir-plug-tutorial.