Curator.SessionKeeper

A light weight authentication framework for Elixir applications.

Installation

Add Curator.SessionKeeper to your application

mix.exs

defp deps do
  [
    # ...
    {:curator_session_keeper, "~> 0.14"}
    # ...
  ]
end

Debt

Many thanks to the Guardian team for laying out some awesome patterns for us to follow.