Collection of common functionality for user handling.
If available in Hex, the package can be installed as:
-
Add guard to your list of dependencies in
mix.exs
:def deps do [{:guard, "~> 0.19.1"}] end
-
Ensure guard is started before your application:
def application do [applications: [:guard]] end
If you're having trouble having Guardian.Permission.Bitwise picking up your
newly defined permissions - try doing a mix dep.clean guardian
.
Sometimes a rm -rf _build is needed