CuriousLearner / django-phone-verify

A Django app to support phone number verification using security code / One-Time-Password (OTP) sent via SMS.
https://www.sanyamkhurana.com/django-phone-verify/
GNU General Public License v3.0
256 stars 60 forks source link

Transcational sms with phone verify #32

Open niyaspkd opened 4 years ago

niyaspkd commented 4 years ago

couldnt send transactional sms due to twilio policy . can you add possibilty to integrate with other sms providers too?

CuriousLearner commented 4 years ago

Transactional SMS needs to be white-labeled with SMS providers first.

When you have that done, you would send most of these providers with an attribute indicating that you intend to send this as a transactional message.

While nexmo is something that is still in PR (https://github.com/CuriousLearner/django-phone-verify/pull/19) to be integrated, if you want anything else, you can take reference from how it is done in that PR and raise a PR here for other packages that you want to include.