-
-
Notifications
You must be signed in to change notification settings - Fork 63
Twilio option to configure Account SID and Auth SID #51
Comments
@ngaugler I've got a PR out for this issue but I don't have an AUTH_SID. Can you pull that branch and test this for me? Thanks! |
@ngaugler I actually don't think we even need to make a change here just set the value of ACCOUNT_SID to AUTH_SID and it should already work? Let me know, I'm okay with adding an env for AUTH_SID if we really want. |
my PR covers both cases, but yes, just setting the value to the AUTH_SID should work. if it does, let me know and I'll update the README (and PR it) |
Unfortunately, yes it is required. Full disclosure, I was working on something similar yesterday when I discovered I needed both the Account SID and the Auth SID. The PR does not work. I was able to setup a dev environment this evening and below is the code that does work.
|
great! PR it :) I'll remove my PR |
For Twilio, I have an API Key setup that I would prefer to use instead of the primary account. Unfortunately the SMS feature does not work because of this. Can you add a new variable to supply an Auth SID to be used in the SetBasicAuth() call? If AUTH SID is empty you could fall back to Account SID.
The text was updated successfully, but these errors were encountered: