-
Notifications
You must be signed in to change notification settings - Fork 133
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
Uncaught RuntimeException during verification. #93
Comments
Hi Edoardo, this seems a problem with the key itself -- can you share some On Mon, Apr 11, 2016 at 2:16 PM, Edoardo Rosa notifications@github.com
Nadalin Alessandro |
my keys (only for testing purpose):
Same result with your sample es512 keys. I forgot to mention my main.php and I used composer to install JOSE $j = new JWTAuth();
echo ($j->isValid())? "OK": "Invalid"; |
Same problem here with your ES256 sample keys |
could you try with the latest master? @tdhsmith just sent a patch to make the error more user-friendly :) |
Hi!
I'm using your library with PHP 7.0.5 on archlinux with nginx (1.8.1)
I've created my private and public keys with a ruby script
and then I wrapped your sample code in a class
The cookie is setted but I run into this error:
EDIT: the payload is correctly printed
The text was updated successfully, but these errors were encountered: