
appwrite.auth.createSMSChallenge(); as triggered by error.type === 'user_more_factors_required' sends an SMS with a six digit code... but the sms is always from appwrite, even if I change the sms provider to twilio. I did some research and from what I've found, the consensus is that the only way to brand the sender from appwrite to [some company] is to self host appwrite and set it up in the env (_APP_SMS_PROVIDER=sms://<TWILIO_SID>:<TWILIO_TOKEN>@twilio _APP_SMS_FROM=+<your_E164_number>)
Want to confirm if this is really the only way to do that... seems a bit far fetched considering that I just want to brand the SMS
Recommended threads
- The 2 projects selected DB showing proje...
So since there was a limit before 1 sept to select only two projects for free , I selected the two I wanted but the one of the selected one's DB is showing 402 ...
- After the new appwrite update, I am havi...
I am having difficulties with Creating and listing documents from appwrite database. It doesn't create the document or list the document from the database altho...
- Web Console not showing Database Docs, b...
We have a User collection within Database. So Auth::User connects to Database::User. When we signup a user using apple sub, the Database::User is created, alo...
