API Reference permit v0.0.3

modules

Modules

Authorization facilities for the application.

This protocol must be implemented by each module representing an authorization subject (usually this means an Ecto.Schema module for a User).

Conjunction of conditions

Conditions written as logical formula in disjunctive normal form Disjunction of dual clauses

This module is to be considered a private API of the authorization framework. It should not be directly used by application code, but rather by wrappers providing integration with e.g. Plug or LiveView.

Provides functions used for defining the application's permission set.