Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T22:15:54.000Z (almost 7 years ago)
- Last Synced: 2024-10-29T08:40:39.394Z (4 months 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
[![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 [[email protected]](mailto:[email protected]).![Infinite Red Logo](https://infinite.red/images/infinite_red_logo_colored.png)