README.md
# Authority
[![Hex.pm](https://img.shields.io/hexpm/v/authority.svg)](https://hex.pm/packages/authority)
[![Build Status](https://travis-ci.org/infinitered/authority.svg?branch=master)](https://travis-ci.org/infinitered/authority)
Authority is an authentication specification for Elixir projects. It
encourages conforming projects to use plain Elixir modules for
authentication rather than frameworks.
See [the documentation](https://hexdocs.pm/authority) for details.
## Related Libraries
* [`authority_ecto`](https://github.com/infinitered/authority_ecto) -
Implements Authority behaviours for your app using
[`Ecto`](https://github.com/elixir-ecto/ecto) for persistence.
## Installation
Add `authority` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:authority, "~> 0.3.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)