AshAuthentication.Strategy.RecoveryCode.Plug
(ash_authentication v5.0.0-rc.6)
Copy Markdown
View Source
Plugs for the recovery code strategy.
Handles verify and generate requests for recovery code authentication.
Summary
Functions
@spec generate(Plug.Conn.t(), AshAuthentication.Strategy.RecoveryCode.t()) :: Plug.Conn.t()
@spec verify(Plug.Conn.t(), AshAuthentication.Strategy.RecoveryCode.t()) :: Plug.Conn.t()