Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkemishub/arke-auth
Authentication and Roles management
https://github.com/arkemishub/arke-auth
arke auth
Last synced: 19 days ago
JSON representation
Authentication and Roles management
- Host: GitHub
- URL: https://github.com/arkemishub/arke-auth
- Owner: arkemishub
- License: apache-2.0
- Created: 2023-05-16T13:24:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-24T09:34:35.000Z (9 months ago)
- Last Synced: 2024-04-24T18:14:04.908Z (9 months ago)
- Topics: arke, auth
- Language: Elixir
- Homepage: https://arkehub.com
- Size: 62.5 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ArkeAuth
![Auth](https://github.com/arkemishub/arke-auth/assets/81776297/07a75110-f7f5-4987-8398-7fa370e8dc1a)
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `arke_auth` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:arke_auth, "~> 0.1.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 .