Skip to content

carterapp/guard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guard

Build Status

Collection of common functionality for user handling.

Installation

If available in Hex, the package can be installed as:

  1. Add guard to your list of dependencies in mix.exs:

    def deps do [{:guard, "~> 0.19.1"}] end

  2. Ensure guard is started before your application:

    def application do [applications: [:guard]] end

Notes

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages