Skip to content

Releases: noha/JSONWebToken

The static release

Choose a tag to compare

@noha noha released this 28 Mar 12:49

This version is long overdue as many people using it and it didn't change for years. Now we are on the side that it should run in pharo9 to pharo12.

RSA signing added

Choose a tag to compare

@noha noha released this 16 Feb 21:05
9e23534

Depends now on pharo openssl package and supports RSA signinh

Fixes to None Algorithm, base64 encoding and small things

Choose a tag to compare

@noha noha released this 06 Dec 07:12
24dedbb
Merge pull request #8 from ba-st/master

Fix JWS base 64 encoding

Tweaks to move dependencies to github

Choose a tag to compare

@noha noha released this 20 Nov 09:20
0.2.4

load tonel for suppoprting pharo5

Loading NeoJSON from git

Choose a tag to compare

@noha noha released this 06 Nov 11:36
0.2.3

update NeoJSON to git dependency

Iceberg properties added

Choose a tag to compare

@noha noha released this 10 Aug 14:08
0.2.2

Added iceberg files

pharo7 ready

Choose a tag to compare

@noha noha released this 25 Jul 14:18

This release adds padding for base64 strings in order to use ZnBase64Encoder. Added proper conversion calls between string and byte array

Support new signature algorithm and optional checking of a signature

Choose a tag to compare

@noha noha released this 06 Jun 11:05
0.2

Added class for header algorithm RS256.  The class does not yet imple…

FIrst release - copy from smalltalkhub

Choose a tag to compare

@noha noha released this 24 Nov 13:46

This release is copied from smalltalk and development will continue here