payfrit-api/api/auth
John Mizerek 08ef54976f Port Twilio SMS integration from CFML to PHP
Add sendSMS() to helpers.php using Twilio REST API with cURL,
credentials loaded from config/twilio.json. Wire into sendOTP,
loginOTP, and sendLoginOTP endpoints, replacing TODO stubs.
SMS is auto-skipped on dev environments.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 16:02:34 -07:00
..
avatar.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
completeProfile.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
login.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
loginOTP.php Port Twilio SMS integration from CFML to PHP 2026-03-14 16:02:34 -07:00
logout.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
profile.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
sendLoginOTP.php Port Twilio SMS integration from CFML to PHP 2026-03-14 16:02:34 -07:00
sendOTP.php Port Twilio SMS integration from CFML to PHP 2026-03-14 16:02:34 -07:00
validateToken.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
verifyEmailOTP.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
verifyLoginOTP.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
verifyOTP.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00