-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
Support for RS512 algorithm #7
Comments
Yes RS512 is supported. The exception you are seeing does not look like one thrown by jwt-cpp. If you can it might help if you share some source code. |
I took a look at it today and this exception gets thrown when there is invalid base64 input (a jwt token is basically a series of base64 encoded JSON strings).
Personally, I suspect your error is caused by the last one, but I can only be sure if I get a sample token.
|
Is this still relevant ? |
Closing due to inactivity. |
Hi,
When I tried to decode a token signed using RS512, I get the following error.
Does it support that.? I could see this library is marked as RS512 supported in jwt.io
The text was updated successfully, but these errors were encountered: