This library implements JSON Web Token (JWT) encoding, decoding, signing, and verifying in Typed Racket, using the Compact JSON Serialization.
From the command line, install with:
raco pkg install net-jwt
Documentation is included with Racket and available on the Racket docs site.