JWT token signature verfied without secret key in https://jwt.io/

I have used io.jsonwebtoken.Jwts to create a token in java application . To verify the token i just pasted in jwt.io , so its verified with out given secret key.

Please check the website reproduce the same.

Hi @coderkali,

Welcome to the Community!

I am getting an invalid signature error when I put in a token without a secret. Everything working as expected. Can you post the exact steps to reproduce? A video could be useful here.

Thanks,
Dan

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.