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

Doc mismatch: uninitialized constant JWT::ExpiredSignature #79

Closed
rjharmon opened this issue May 15, 2015 · 2 comments
Closed

Doc mismatch: uninitialized constant JWT::ExpiredSignature #79

rjharmon opened this issue May 15, 2015 · 2 comments

Comments

@rjharmon
Copy link

Readme says to look for JWT::ExpiredSignature, but the code doesn't have such an exception class defined. It just throws a generic decoding error.

@excpt
Copy link
Member

excpt commented May 16, 2015

I cannot reproduce the error. When using an invalid exp claim in the token it will raise a correct JWT::ExpiredSignature error.

Can you please provide sample code and which version of the jwt gem you are using?

@rjharmon
Copy link
Author

Apologies. I had been Gemfile.lock'd into an old version via a previously-unknown secondary dependency on this Gem. Updated that other dep, now I get a modern jwt gem.

Thank you!

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

2 participants