codefortulsa / BPZAround.me

BPZAround.me alerts you when someone is building, planning, or zoning around you.
Apache License 2.0
4 stars 10 forks source link

Implement mobile number confirmation flow #20

Open jwhitlock opened 10 years ago

jwhitlock commented 10 years ago

When a user requests a subscription by SMS, then we need to:

  1. Create a user
  2. Create an SMS contact
  3. Send a confirmation number to the user
  4. Display a page asking for the confirmation number
  5. Mark the SMS as confirmed when number is entered
jenkstom commented 10 years ago

I'm planning to pull confirmation and changes into the same URL with a nonce. If the correct nonce is supplied it just enables the email or phone number and allows the user to make changes.