API Reference pundit v#1.1.0

View Source

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.