feat: support stateless mfa setup

This commit is contained in:
dacongda
2024-11-28 15:55:16 +08:00
parent 2d1736f13a
commit bd843b2ff3
4 changed files with 102 additions and 39 deletions

View File

@ -31,6 +31,8 @@ type VerificationForm struct {
CaptchaType string `form:"captchaType"`
ClientSecret string `form:"clientSecret"`
CaptchaToken string `form:"captchaToken"`
MfaCacheKey string `form:"mfaCacheKey"`
}
const (