Pow v1.0.12 Pow.Phoenix.SessionController View Source

Controller actions for session.

The :request_path param will automatically be assigned in :new and :create actions, and used for the pow_session_path(conn, :create) path.

Link to this section Summary

Link to this section Functions

See Pow.Phoenix.Controller.action/3 for more.

See Pow.Phoenix.Controller.messages/2 for more.

Pow.Phoenix.Messages is used as fallback.

Link to this function

put_no_cache_header(conn, opts) View Source

See Pow.Phoenix.Controller.put_no_cache_header/2.

Link to this function

require_authenticated(conn, opts) View Source

See Pow.Phoenix.Controller.require_authenticated/2.

Link to this function

require_not_authenticated(conn, opts) View Source

See Pow.Phoenix.Controller.require_not_authenticated/2.

See Pow.Phoenix.Controller.routes/2 for more.

Pow.Phoenix.Routes is used as fallback.