Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).