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>
5 lines
146 B
JSON
5 lines
146 B
JSON
{
|
|
"accountSid": "AC3e218c8f3496f2e3f95d3f9bb943f65a",
|
|
"authToken": "493df16db970ca6cc141768de2db7db3",
|
|
"fromNumber": "+16506678425"
|
|
}
|