Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alisinabh/kileed_client_elixir
Kileed authentication service client for elixir.
https://github.com/alisinabh/kileed_client_elixir
Last synced: about 2 months ago
JSON representation
Kileed authentication service client for elixir.
- Host: GitHub
- URL: https://github.com/alisinabh/kileed_client_elixir
- Owner: alisinabh
- License: apache-2.0
- Created: 2018-08-09T11:29:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T11:07:01.000Z (over 4 years ago)
- Last Synced: 2024-11-14T09:51:54.481Z (about 2 months ago)
- Language: Elixir
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KileedClient
Kileed client for elixir.
Kileed is an authentication service.
## Installation
Add kileed_client to deps.
```elixir
def deps do
[
{:kileed_client, "~> 0.1.0"}
]
end
```Documentations available at [https://hexdocs.pm/kileed_client](https://hexdocs.pm/kileed_client).