Handling password fallback #131
johnbaker0583
started this conversation in
Ideas
Replies: 1 comment
-
I have not messed with TOPT so far because I have not found a good way of testing automatically that it works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would it be possible to include this for settings updates?
https://developer.rocket.chat/api/rest-api/endpoints/team-collaboration/2fa
If an api request returns TOTP Required with a method password, then the API user's password is required to authenticate the request:
// Error example
{
"success":false,
"error":"TOTP Required [totp-required]",
"errorType":"totp-required",
"details":{
"method":"password",
"codeGenerated":false,
"availableMethods":[]
}
}
Beta Was this translation helpful? Give feedback.
All reactions