OTP by SMS
Configure SMS-based one-time password login for N2I streaming apps.
OTP by SMS lets users enter their phone number, receive a one-time code by SMS, and enter the code to authenticate. The flow works properly for N2I streaming apps without any needed configuration as authentication is handled directly by the app.
How it works
The app requests the user's phone number and sends it to a backend. The backend triggers an SMS containing a one-time code. The user enters the code in the app to authenticate.
Was this page helpful?