* 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

@@ -99,6 +99,7 @@ type AuthResponse {
refresh_token: String
expires_in: Int64
user: User
totpBase64URL: String
}
type Response {