bradtraversy / node_passport_login

Node.js login, registration and access control using Express and Passport
1.74k stars 1.3k forks source link

validate user #42

Open frank3427 opened 5 years ago

frank3427 commented 5 years ago

I think this need a user validation either through email or sms. one could use mailgun to send the email or setup twilio for sms. these are just examples of providers. has anyone looked add what it would take to add these?

Clearbryan commented 5 years ago

It's pretty simple and straight forward to implement such validation. I used Twillio and Nexmo APIs to validate users and the documentation on the site is pretty much straight forward