aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/auth_profile.t
Commit message (Collapse)AuthorAgeLines
* Add ability to log in on /auth via text.Matthew Somerville2017-09-30-3/+3
| | | | A confirmation code is sent via Twilio to be entered on the site.
* Add 'verified' database columns for email/phone.Matthew Somerville2017-09-30-1/+1
| | | | | These are so we can state whether a user's email address or phone number have been verified by confirmation email/text.
* Move some auth functions to their own controllers.Matthew Somerville2017-09-30-0/+127
Move the social auth functions to Auth::Social, and the change email/password functions to Auth::Profile. There are no actual code changes.