Vonage / vonage-ruby-sdk

Vonage REST API client for Ruby. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
https://developer.vonage.com
Apache License 2.0
217 stars 108 forks source link

DEVX-6463: Fix client instantiation with custom token #245

Closed superchilled closed 2 years ago

superchilled commented 2 years ago

Reason for this PR

Fixes a bug preventing users of the SDK from setting their own JWT rather than using one generated by the SDK. See https://github.com/Vonage/vonage-ruby-sdk/issues/240

What this PR does