This is a plug meant to be used with ChalkAuthorization to hadle routing access permissions.
This package is available in
Hex, and can be installed by
adding chalk_authorization_plug
to your list of dependencies in mix.exs
:
def deps do
[
{:chalk_authorization_plug, "~> 0.1.1"},
…
]
end