a JWT implementation for Pharo and GemStone/S Smalltalk
A JSON WebToken ([JWT](https://tools.ietf.org/html/rfc7519.html)) implementation for [Pharo](https://www.pharo.org) and [GemStone/S 64](https://www.gemtalksystems.com) Smalltalk. ## Dependencies This implementation relies on the [Seaside](https://github.com/SeasideSt/Seaside) project as well as the [Cryptography](https://github.com/pharo-contributions/Cryptography) project (for Pharo) or [Cryptography](https://github.com/GsDevKit/Cryptography) (for GemStone), and the [PharoCompatibility](https://github.com/GsDevKit/PharoCompatibility) project in GemStone. [](https://github.com/Yesplan/Json-WebToken/actions/workflows/ci.yml)