Replies: 3 comments 2 replies
|
Fortunately, Supabase is open source and I could find an answer to my question by myself. This is not documented in official docs of Supabase's GoTrue. |
2 replies
|
I'll leave the message here for other folks looking for this information, that for self hosted supabase auth version For messaging service GOTRUE_SMS_PROVIDER: ${SMS_PROVIDER} # set: twilio
GOTRUE_SMS_TWILIO_ACCOUNT_SID: ${SMS_TWILIO_ACCOUNT_SID}
GOTRUE_SMS_TWILIO_AUTH_TOKEN: ${SMS_TWILIO_AUTH_TOKEN}
GOTRUE_SMS_TWILIO_MESSAGE_SERVICE_SID: ${SMS_TWILIO_MESSAGE_SERVICE_SID}For verify service GOTRUE_SMS_PROVIDER: ${SMS_PROVIDER} # set: twilio_verify
GOTRUE_SMS_TWILIO_VERIFY_ACCOUNT_SID: ${SMS_TWILIO_VERIFY_ACCOUNT_SID}
GOTRUE_SMS_TWILIO_VERIFY_AUTH_TOKEN: ${SMS_TWILIO_VERIFY_AUTH_TOKEN}
GOTRUE_SMS_TWILIO_VERIFY_MESSAGE_SERVICE_SID: ${SMS_TWILIO_VERIFY_MESSAGE_SERVICE_SID} |
0 replies
|
Jftr - added a how-to: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi there,
I have a self-deployed Supabase instance, where I want to to configure "Twilio Verify" SMS provider, but according to Supabase's GoTrue documentation, only "Twilio" can be set as SMS provider:
SMS_PROVIDER - string
Available options are: twilio, messagebird, textlocal, and vonage
Then you can use your twilio credentials:
However, if I use Supabase in cloud, I can configure "Twilio Verify" service:
Is it possible to configure "Twilio Verify" SMS provider also in self-hosted instance of Supabase?
Thanks.
All reactions