README.md
# Rad2.Auth
Performs user authentication in RAD² environment.
## Installation
Add in your `mix.exs`:
```elixir
defp deps do
[
# another packages here ...
{:rad2_auth, "0.1.0", organization: "radsquare"}
]
end
```