# `auth_plug`
The Elixir Plug that _seamlessly_ handles
all your authentication/authorization needs.
[](https://travis-ci.org/dwyl/auth_plug)
[](http://codecov.io/github/dwyl/auth_plug?branch=master)
[](https://hex.pm/packages/auth_plug)
[](https://github.com/dwyl/auth_plug/blob/master/mix.exs)
Why?
Installation
Add auth_plug to your list of dependencies in mix.exs:
def deps do
[
{:auth_plug, "~> 0.1.2 "}
]
endDocumentation can be found at https://hexdocs.pm/auth_plug.
Recommended / Relevant Reading
If you are new to Elixir Plug, we recommend following: github.com/dwyl/elixir-plug-tutorial.