https://github.com/infinitered/authority
Next-gen Elixir authentication specification
https://github.com/infinitered/authority
authentication elixir specification
Last synced: 3 months ago
JSON representation
Next-gen Elixir authentication specification
- Host: GitHub
- URL: https://github.com/infinitered/authority
- Owner: infinitered
- License: mit
- Created: 2017-12-09T22:39:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T22:15:54.000Z (almost 8 years ago)
- Last Synced: 2024-10-29T08:40:39.394Z (about 1 year ago)
- Topics: authentication, elixir, specification
- Language: Elixir
- Homepage: https://hexdocs.pm/authority
- Size: 77.1 KB
- Stars: 22
- Watchers: 13
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Authority
[](https://hex.pm/packages/authority)
[](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).
