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
Allow for authentication using 2Factor (I'm assuming this will be 2 awaits (one for initial login and one for user to type in the 2FA code and wait till it's accepted?)
The text was updated successfully, but these errors were encountered:
You are right, it will be two awaits. However, the whole login process is not as easy as that. I spend a lot of time implementing just regular login. The 2FA will take also a lot of effort.
Although 2FA is a thing we want to add to this API, it won't be submitted within a month (as of the date of this comment).
Allow for authentication using 2Factor (I'm assuming this will be 2 awaits (one for initial login and one for user to type in the 2FA code and wait till it's accepted?)
The text was updated successfully, but these errors were encountered: