-
Notifications
You must be signed in to change notification settings - Fork 376
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
Cannot verify JWT at all?? #177
Comments
Can you please provide your Ruby version and jwt version you are using? After my upgrade to macOS Sierra I had to re-install all my brew packages including rbenv. |
Sure! Ruby 2.3.1 Yeah, thought that OpenSSL might be messed up now or something. What was the problem you were having? |
Yey, I got it to work like this:
Was trying it before with |
Ah, ok. The password was the issue. The password isn't base64 encoded when creating a token with this gem. It needs to be plain text. |
This is actually a problem with Auth0's quickstart documentation. Hope they update it soon :) |
Hi everyone,
we are evaluating Auth0 for our service and have problems to get going.
We can verify the token we get on
jwt.io
as you can see here:However in the console I get the following:

I copied the values from the console into the webpage. So I am pretty confident that they are actually the same.
What can be the problem? Should I reinstall Ruby after my upgrade to macOS Sierra?
The text was updated successfully, but these errors were encountered: