Where does jwt.io get the public key from JWT token?
问题 I was decoding a JWT token via jwt.io (in the Debugger section) to see Headers, Payload. Surprisingly, it also verified, and I could see it (jwt.io debugger) is able to retrieve the public key as well. So my question is: Does JWT token provide the public key as well as part of the JWT token? I am pasting part of it (can't paste full due to security reasons, will be truncating part of the actual JWT token)