-
I have created a vDesigner App and Having OTP based Login (with Is Multiple Session Allowed = N.).
-
I Login in DEVICE_1 with OTP and its success(AUTH success) and able to see dashboard.
-
Next, I open the same app with another DEVICE_2 after OTP authentication(AUTH success), Now Its show a pop-up like “Want to kill the existing session”.
-
If I press the OK then it will call AUTH service again, and it will give error because otp is already validated in step 3.
Ideally it should not call AUTH again because authentication is already done, just kill the existing session and create new session with new deviceId.