* added totp methods in db's providers
* adding totp in login method
This commit is contained in:
lemonScaletech
2023-08-31 19:50:44 +05:30
parent d9bfb74c98
commit 3f5283bf7f
16 changed files with 570 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ type AuthResponse struct {
RefreshToken *string `json:"refresh_token"`
ExpiresIn *int64 `json:"expires_in"`
User *User `json:"user"`
TotpBase64url *string `json:"totpBase64URL"`
}
type DeleteEmailTemplateRequest struct {