Pow v1.0.16 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
Functions
See Pow.Phoenix.Controller.action/3
for more.
See Pow.Phoenix.Controller.messages/2
for more.
See Pow.Phoenix.Controller.routes/2
for more.
Link to this section Functions
Link to this function
action(conn, opts)
View Sourceaction(Plug.Conn.t(), Keyword.t()) :: Plug.Conn.t()
See Pow.Phoenix.Controller.action/3
for more.
See Pow.Phoenix.Controller.messages/2
for more.
Pow.Phoenix.Messages
is used as fallback.
See Pow.Phoenix.Controller.routes/2
for more.
Pow.Phoenix.Routes
is used as fallback.