Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Error while decoding the JWT token with signature #64

Open
Gokul595 opened this issue May 17, 2017 · 0 comments · May be fixed by #63
Open

Error while decoding the JWT token with signature #64

Gokul595 opened this issue May 17, 2017 · 0 comments · May be fixed by #63

Comments

@Gokul595
Copy link

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.

@Gokul595 Gokul595 linked a pull request May 17, 2017 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant