https://github.com/centralnicgroup-opensource/plug_session_kt
https://github.com/centralnicgroup-opensource/plug_session_kt
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/centralnicgroup-opensource/plug_session_kt
- Owner: centralnicgroup-opensource
- Created: 2016-09-09T21:06:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T07:51:16.000Z (over 9 years ago)
- Last Synced: 2025-03-05T06:31:54.149Z (over 1 year ago)
- Language: Elixir
- Size: 11.7 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)