Hi,
There is a standard JWT API implementation which generates token based on HS256 algorithm. The problem is that the same token validates well even without signature part. That means when we strip the signature part from the token, it still authorizes the API call. Kindly suggest how to fix the problem. Thanks in advance.
------------------------------
Nitish Sinha
------------------------------