README.md
# Authority.Ecto
[![Hex.pm](https://img.shields.io/hexpm/v/authority_ecto.svg)](https://hex.pm/packages/authority_ecto)
[![Build Status](https://travis-ci.org/infinitered/authority_ecto.svg?branch=master)](https://travis-ci.org/infinitered/authority_ecto)
`Authority.Ecto` helps you implement the
[`Authority`](https://github.com/infinitered/authority) authentication spec
for your application, using `Ecto` for persistence.
Read [the documentation](https://hexdocs.pm/authority_ecto) for more information.
## Installation
Add `authority_ecto` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:authority_ecto, "~> 0.1.0"}
]
end
```
## Premium Support
[Infinite Red](https://infinite.red) offers premium support for this library and general web &
mobile app design/development services. Get in touch [here](https://infinite.red/contact) or email us at [hello@infinite.red](mailto:hello@infinite.red).
![Infinite Red Logo](https://infinite.red/images/infinite_red_logo_colored.png)