https://github.com/infinitered/authority_ecto
Ecto integration for Authority https://github.com/infinitered/authority
https://github.com/infinitered/authority_ecto
Last synced: 6 months ago
JSON representation
Ecto integration for Authority https://github.com/infinitered/authority
- Host: GitHub
- URL: https://github.com/infinitered/authority_ecto
- Owner: infinitered
- License: mit
- Created: 2018-01-17T00:01:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T21:16:42.000Z (about 7 years ago)
- Last Synced: 2025-06-22T12:16:46.355Z (7 months ago)
- Language: Elixir
- Homepage:
- Size: 128 KB
- Stars: 12
- Watchers: 12
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Authority.Ecto
[](https://hex.pm/packages/authority_ecto)
[](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.3"}
]
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).
