/racket-jwt

JSON Web Token parsing and verification in Racket

Primary LanguageRacketOtherNOASSERTION

net-jwt

Travis CI LGPL 3.0 license

This library implements JSON Web Token (JWT) encoding, decoding, signing, and verifying in Typed Racket, using the Compact JSON Serialization.

Installation and documentation

From the command line, install with:

raco pkg install net-jwt

Documentation is included with Racket and available on the Racket docs site.