API Reference pundit v1.0.2

modules

Modules

Pundit provides a set of helpers which guide you in leveraging regular Elixir methods to build a simple authorization system. This library is based heavily on Jonas Nicklas' Ruby project of the same name.

Default access policies for a given type.

Exception raised when a user attempts to perform an action they're not authorized to perform.

Exception raised when a module doesn't implement a necessary access function.