Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YannickFricke/Author
https://github.com/YannickFricke/Author
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/YannickFricke/Author
- Owner: YannickFricke
- Created: 2021-10-09T07:31:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T17:44:01.000Z (about 3 years ago)
- Last Synced: 2024-08-01T19:38:19.384Z (3 months ago)
- Language: Elixir
- Homepage: https://yannickfricke.github.io/Author/
- Size: 180 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Author
Author provides an API for implementing authentication and authorization in server-side elixir applications.
## Roadmap
- Implement entities
- Add the user entity
- Implement Basic Authentication
- Implement OAuth
- Add the scope entity
- Add the token entity
- Add the protected resource entity
- Implement a DSL for protected resources## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `author` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:author, "~> 0.0.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/author](https://hexdocs.pm/author).