Packages

A flexible authentication (and more) solution for Phoenix

Current section

Files

Jump to
haytni priv haytni.ex
Raw

priv/haytni.ex

defmodule <%= inspect base_module %>.Haytni do
use Haytni, otp_app: <%= inspect otp_app %>
<%= for plugin <- plugins do %>
stack <%= inspect plugin %>
<% end %>
end