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