RSalman / TutorBackend

Uber for tutors backend (capstone project)
1 stars 0 forks source link

Add phone verification using Authy #30

Open sarmadhashmi opened 7 years ago

sarmadhashmi commented 7 years ago

Add phone verification via SMS using Authy (Twilio API).

  1. User enters phone number
  2. We send phone number to Authy
  3. Authy sends text with code
  4. User enters code
  5. We send code to Authy
  6. Authy accepts/rejects the code
sarmadhashmi commented 7 years ago

Update on this: implemented in #32.

Going to keep keep it open in case we can find an alternative: one that might be harder to implement, but ultimately cheaper.