You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When enabling TOTP, you can choose between "only for new devices" and "every time I log in". Only the first option is implemented via the strongauth/activateForNewDevice API.
It looks like the second option can be implemented by sending strongAuthSetting=login on the backup/upload API, most likely together with isPasswordChange=true.
Figure out what's needed to make this work and implement it.
The text was updated successfully, but these errors were encountered:
When enabling TOTP, you can choose between "only for new devices" and "every time I log in". Only the first option is implemented via the
strongauth/activateForNewDevice
API.It looks like the second option can be implemented by sending
strongAuthSetting=login
on thebackup/upload
API, most likely together withisPasswordChange=true
.Figure out what's needed to make this work and implement it.
The text was updated successfully, but these errors were encountered: