# `auth_plug`
The 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://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.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/auth_plug.
Recommended / Relevant Reading
- Testing Elixir Plugs: https://thoughtbot.com/blog/testing-elixir-plugs