You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes. As discussed in the README, the third (optional) parameter of ::JWT.decode is a boolean that is whether or not to check validation. It will typically look like this:
claims,header=JWT.decode(raw_jwt_token,nil,false)
If you think the README is not descriptive enough of this matter, please send a pull request that addresses what part confused you.
Is it possible to decode the payload without validating the signature?
I tried using the Base64 lib, but it returns the result in an escaped formatted string
The text was updated successfully, but these errors were encountered: