Is it possible to use the last (signature) part or any other part or combination of parts of a JWT token as a kind of public key. This would allow the client to sign a message such that only the JWT generator who has the private key would be able to decrypt and understand the message.
Is this possible?
If so is there an example I can look at?