View Source AshAuthentication.Strategy.Password.Plug (ash_authentication v3.2.2)
Plugs for the password strategy.
Handles registration, sign-in and password resets.
Link to this section Summary
Functions
Handle a registration request
Handle a reset request
Handle a reset request request
Handle a sign-in request
Link to this section Functions
@spec register(Plug.Conn.t(), AshAuthentication.Strategy.Password.t()) :: Plug.Conn.t()
Handle a registration request
@spec reset(Plug.Conn.t(), AshAuthentication.Strategy.Password.t()) :: Plug.Conn.t()
Handle a reset request
@spec reset_request(Plug.Conn.t(), AshAuthentication.Strategy.Password.t()) :: Plug.Conn.t()
Handle a reset request request
@spec sign_in(Plug.Conn.t(), AshAuthentication.Strategy.Password.t()) :: Plug.Conn.t()
Handle a sign-in request