View Source Legendary.AuthWeb.Pow.ControllerCallbacks (Legendary v8.12.0)

Hook into Pow Controllers to provide additional framework feature. In particular, we disconnect any active live views when a user logs out. This will cause the live view to re-connect with the new session environment.

Link to this section Summary

Functions

See Pow.Extension.Phoenix.ControllerCallbacks.before_process/4.

See Pow.Extension.Phoenix.ControllerCallbacks.before_respond/4.

Link to this section Functions

Link to this function

before_process(controller, action, results, config)

View Source

See Pow.Extension.Phoenix.ControllerCallbacks.before_process/4.

Link to this function

before_respond(controller, action, results, config)

View Source

See Pow.Extension.Phoenix.ControllerCallbacks.before_respond/4.