You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
There is an issue on decoding the JWT token with signature while initializing the MarketingCloudSDK::Client where the decode method returns an array [payload, header] but the code in the gem is accessing as hash which raises the error TypeError (no implicit conversion of String into Integer): after line number 87.
The JWT gem version in jwt 1.5.4
I have fixed the issue and created a pull request #63 with the fix.
The text was updated successfully, but these errors were encountered:
There is an issue on decoding the JWT token with signature while initializing the
MarketingCloudSDK::Client
where the decode method returns an array[payload, header]
but the code in the gem is accessing as hash which raises the errorTypeError (no implicit conversion of String into Integer):
after line number 87.The JWT gem version in
jwt 1.5.4
I have fixed the issue and created a pull request #63 with the fix.
The text was updated successfully, but these errors were encountered: