🔐 AuthBox — JWT Verifier

Server's RSA public key (used to verify RS256 tokens)

AUTHBOX_RSA_PUBLIC_KEY_v1_secret_value_intended_for_verification_only

In real life this would be a PEM-encoded RSA public key. Here it's a string — the principle is the same. The verifier reads it as bytes for whichever algorithm the token specifies.

Forge a token

Verify a token