Skip to content
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

APIKey + APISecret login? #85

Open
saniales opened this issue Oct 12, 2021 · 0 comments
Open

APIKey + APISecret login? #85

saniales opened this issue Oct 12, 2021 · 0 comments

Comments

@saniales
Copy link

API keys are revokable credentials for the Twilio API. You can use API keys to authenticate to the REST API using basic auth with “user=KeySid” and “password=KeySecret”. You can also use API keys to sign access tokens which are also used by our Real-Time Communications SDKs. Access tokens are short-lived credentials that can be distributed safely to client-side applications.

Is this supported? how?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant