pundit v0.1.0 API Reference
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
Exceptions
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