Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 263 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 263 Bytes

Protego

Flexible authentication solution for Elixir/Phoenix with Guardian. it:

  • Is inspired by Rails Devise;
  • Is Plug based;

Getting Started

Add protego to your list of dependencies in mix.exs:

def deps do
  [{:protego, "~> 0.1.0"}]
end