Guide

JWS vs JWE (signed vs encrypted)

A JWT is usually a signed JWS; to hide the content you use an encrypted JWE. Here is the difference.

Try decoding a token yourselfJust paste and the header, payload and claims unfold instantly.
Open the decoder

Related