open-ecommerce-api / store-engine

An ecommerce backend-API created using Django and DRF (Django Rest Framework).
GNU General Public License v3.0
13 stars 10 forks source link

Use OTP token to validate user's email during signup confirmation #106

Open aminm08 opened 1 year ago

aminm08 commented 1 year ago

currently, the signup validates users' emails using a URL-based method. this is not as convenient and secure as the OneTimePassword validation method in which we send a 6-digit OTP code to the user's email. and expect the user to access that token

parsariyahi commented 1 year ago

I can provide a OTP SMS based with prsmsp if you want