TOTP.MakeMake creates a strategy for a provided model with provided responses.
module V : FPauth_core.Auth_sign.VARIABLES with type entity = M.ttype entity = M.tval call :
Dream.request ->
entity ->
entity FPauth_core.Static.StratResult.t Lwt.tcall is the main function of the strategy. It needs "totp_code" param, otherwise it is skipped. Verifies, that the code is correct for user's secret.
routes provide these routes in "/totp" scope:
See TOTP.name