Authentication with Phone Number

Overview

This page contains recommendations for the implementation of the authentication scheme where a phone number and one-time password are used as proof of identity.

General

  • Generate an OTP on the client side using a TOTP algorithm, see the Authentication: One Time Password (OTP) page.

  • Notify a user via an available communication channel (email, push, SMS, etc.) about successful login under their account from an unknown location, browser, client, etc.

References

Last updated