README.md
Curator.SessionKeeper
========
A light weight authentication framework for Elixir applications.
## Installation
Add Curator.SessionKeeper to your application
mix.exs
```elixir
defp deps do
[
# ...
{:curator_session_keeper, "~> 0.14"}
# ...
]
end
```
# Debt
Many thanks to the [Guardian](https://github.com/ueberauth/guardian) team for laying out some awesome
patterns for us to follow.