twilio_otp_login
No security coverage
This module converts existing Drupal login form to OTP login using Twilio SMS gateway. User can provide mobile number and after receiving OTP, provide the OTP in next page.
Supports Drupal 9 and Drupal 10.
Post-Installation
After installation you have to provide Twilio Account SID, Auth token and From Number in configuration path admin/config/twilio_otp_login/settings
Also you can see a mobile number got added account field in path - /admin/config/people/accounts/fields
Additional Requirements
This module requires twilio SDK installed in Drupal, you can see documentation how to install in below.
https://github.com/twilio/twilio-php
You can use the composer command – composer require twilio/sdk
Community Documentation
You can see how this module implemented here.