Json-WebToken

Description

a JWT implementation for Pharo and GemStone/S Smalltalk

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Forks
2
Created
April 15, 2021
Updated
May 10, 2023

Categories

Serialization

README excerpt

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.

[![smalltalkCI](https://github.com/Yesplan/Json-WebToken/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/Yesplan/Json-WebToken/actions/workflows/ci.yml)
← Back to results