authy v0.1.1 API Reference
Modules
Authy can be used to authorize user actions for resources. It has no external dependencies, so it will work in any Elixir app as a basic authorization mechanism
Import this in your Phoenix or Plug application controller to gain convenience macros for doing authorization
These are behind-the-scenes methods for handling controller authorization. These are only exported because the macros need to call them from other modules, and we don’t want to clutter up controller modules with helper functions when Authy.Controller is imported. You probably don’t need to call these functions directly