Pow v0.1.0-alpha.1 Pow.Phoenix.Controller View Source

Used with Pow Phoenix controllers to handle messages, routes and callbacks.

Configuration options

  • :messages_backend See Pow.Phoenix.Messages for more.

  • :routes_backend See Pow.Phoenix.Routes for more.

  • :controller_callbacks See Pow.Extension.Phoenix.ControllerCallbacks for more.

Link to this section Summary

Link to this section Functions

Link to this function action(controller, conn, params) View Source
action(atom(), Plug.Conn.t(), map()) :: Plug.Conn.t()
Link to this function messages(conn, fallback) View Source
messages(Plug.Conn.t(), atom()) :: atom()
Link to this function router_helpers(map) View Source
router_helpers(Plug.Conn.t()) :: atom()
Link to this function routes(conn, fallback) View Source
routes(Plug.Conn.t(), atom()) :: atom()