-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support API Key Auth #58
Comments
Thanks, this is a new feature, I tried to make heads or tails of it and can't figure out how it's integrated with Twilio's existing tools. The trick is to use the API key for authentication but keep the account SID in the URL. I want to see how the current client libraries manage this before adding support for it and I can't figure out how they currently do it. |
I understand what's going on now but the change is going to be slightly more involved and as a result it's gonna take me a little bit of time. |
Take your time, I have a solution for the moment. Thanks for your efforts |
It would be great to have this support. As teams grow, slinging around the primary account SID and auth token is less than ideal. It looks like other libraries are passing in the API key, secret, and account SID: twilio/twilio-node#600 Thanks! |
since this has no answer, can you share your workaround? |
Hello,
I needed the authentication with API key and token. For that I made these adjustments to the
NewClient
:Maybe you want to support this in your library.
The text was updated successfully, but these errors were encountered: