README.md
<div align="center">
# `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)
<!--
[](http://hits.dwyl.com/dwyl/auth_plug)
-->
</div>
<br />
## Why?
## Installation
Add `auth_plug` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:auth_plug, "~> 0.1.2 "}
]
end
```
Documentation can be found at
[https://hexdocs.pm/auth_plug](https://hexdocs.pm/auth_plug).
## Recommended / Relevant Reading
If you are new to Elixir Plug,
we recommend following:
[github.com/dwyl/elixir-plug-tutorial](https://github.com/dwyl/elixir-plug-tutorial).