I have an Android App that use OTP (One time password) to authenticate the user the first time with their Phone number.
- I want to authenticate the user automatically every time he open the app.
- And I also want a solution for user that lose their mobile phone or user that change phone number.
How can I do this in Back-end ? Do I store the phone number ? Do I generate a token ?
from How to use OTP for authentification
No comments:
Post a Comment