1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00

Update the docs for the _APP_SMS_PROVIDER env var

To handle special characters like '@' or '/', the user
and secret values must be URL encoded.
This commit is contained in:
Steven Nguyen 2023-07-31 10:53:42 -07:00
parent a22685fd07
commit 5b36a820a4
No known key found for this signature in database

View file

@ -422,7 +422,7 @@ return [
'variables' => [
[
'name' => '_APP_SMS_PROVIDER',
'description' => "Provider used for delivering SMS for Phone authentication. Use the following format: 'sms://[USER]:[SECRET]@[PROVIDER]'. \n\nAvailable providers are twilio, text-magic, telesign, msg91, and vonage.",
'description' => "Provider used for delivering SMS for Phone authentication. Use the following format: 'sms://[USER]:[SECRET]@[PROVIDER]'.\n\nEnsure `[USER]` and `[SECRET]` are URL encoded if they contain any non-alphanumeric characters.\n\nAvailable providers are twilio, text-magic, telesign, msg91, and vonage.",
'introduction' => '0.15.0',
'default' => '',
'required' => false,