defmodule Canary do @moduledoc """ Canary provides plugs to use for authorization. The plug functions are defined in `Canary.Plugs` In order to use the plugs, just `import Canary.Plugs` """ end