django-phone-verify
django-phone-verify copied to clipboard
A Django app to support phone number verification using security code / One-Time-Password (OTP) sent via SMS.
Bumps [django](https://github.com/django/django) from 4.2.7 to 4.2.11. Commits 61a986f [4.2.x] Bumped version for 4.2.11 release. 3c9a277 [4.2.x] Fixed CVE-2024-27351 -- Prevented potential ReDoS in Truncator.words(). 7973951 [4.2.x] Added release date for...
Hi, currently you can customize DPV by extending `BaseBackend`. Would it be possible to allow `PhoneVerificationService` to check whether the backend wants to supply the message directly, instead of having...
It will allow to choose between phonenumbers and phonenumberslite, how it is done in phonenumber_field. Optional twilio and nexmo dependencies also make sense.
I am not able to install your library with poetry in my Django 4 version. I tried several times but it keeps loading and doesn't help.
This would have optional dependency in the project to resolve #69
[SMSIR](https://sms.ir/) is a large SMS panel in Iran. My codes add the Backend of connection with this panel.
A small tweak to the code to support localizing the verification message. This is a crucial requirement for many multilingual systems.
Would be awesome if 1. You could see if a registration code has expired in the admin area 2. If you could set a date where they are cleared from...
Is there any way not to include twilio/nexmo dependencies? Twilio has strict version, which breaks my environment. ``` There are incompatible versions in the resolved dependencies: pyjwt=2 (from djangorestframework-simplejwt==4.7.2->-r /tmp/pipenv6rgd0e3brequirements/pipenv-c9i29072-constraints.txt...