Hello,
I recently came across that, some data which might can include sensitive information which is needed in the token or as an Token which is getting encrypted/signed using JWT, I noticed that on front-end, using some packages, the JWT Token is getting decoded/decrypted even without need of SECRET which was used to sign/encrypt the data which isn't a good thing if I think of Security & Safety of the data...
Even more, on Google too when I am searching, I tested 1 website where after pasting the Signed JWT Token, it's showing me the actual data decoded/decrypted without need of SECRET which I've signed/encrypted using SECRET.
I am not much experienced so I might not able to explain properly but I tried my best, but I want to understand is there any work-around or kinda solution to fix or resolve this above mentioned problem?