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
currently the API leverages a login endpoint tied to the region selected on configuration. However the current mobile application calls a login endpoint which is routed as global
This endpoint returns a temporary authentication token and a request to verify via 2fa.
The client then calls - 2fa/generate - with the delivery method
Followed by the 2fa/verify
Current login still works - but would not be surprised if it disappears.
Solution
Implement the three endpoints and likely deprecate the old login.
Context
global2fa/generate- with the delivery method2fa/verifySolution