Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 461 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 461 Bytes

ChalkAuthorizationPlug

This is a plug meant to be used with ChalkAuthorization to hadle routing access permissions.

Installation

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