Asymmetric signed token generator
The same JWT as the symmetric generator builds, signed with RS256 instead of HS256. Everything up to the signing input is identical. What changes is the key: this page signs with a private key, and the signature can then be verified with the matching public key, by anyone, without them ever seeing the private one.