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
258 stars 61 forks source link

Add expired status to admin #54

Open Tobeyforce opened 3 years ago

Tobeyforce commented 3 years ago

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 the DB
  3. Some more clarification of how each backend works, e.g how to switch between sandbox to prod.