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

https://github.com/centralnicgroup-opensource/plug_session_kt


https://github.com/centralnicgroup-opensource/plug_session_kt

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# PlugSessionKt

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add `plug_session_kt` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:plug_session_kt, "~> 0.1.0"}]
end
```

2. Ensure `plug_session_kt` is started before your application:

```elixir
def application do
[applications: [:plug_session_kt]]
end
```



♥ [iwantmyname](https://iwantmyname.com/)