Skip to content

Releases: noha/JSONWebToken

RSA signing added

16 Feb 21:05
9e23534
Compare
Choose a tag to compare

Depends now on pharo openssl package and supports RSA signinh

Fixes to None Algorithm, base64 encoding and small things

06 Dec 07:12
24dedbb
Compare
Choose a tag to compare
Merge pull request #8 from ba-st/master

Fix JWS base 64 encoding

Tweaks to move dependencies to github

20 Nov 09:20
Compare
Choose a tag to compare
0.2.4

load tonel for suppoprting pharo5

Loading NeoJSON from git

06 Nov 11:36
Compare
Choose a tag to compare
0.2.3

update NeoJSON to git dependency

Iceberg properties added

10 Aug 14:08
Compare
Choose a tag to compare
0.2.2

Added iceberg files

pharo7 ready

25 Jul 14:18
Compare
Choose a tag to compare

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

06 Jun 11:05
Compare
Choose a tag to compare
Added class for header algorithm RS256.  The class does not yet imple…

…ment the RSA signing. Additionally a switch for checking signature has been added. So it can be used with non-checking in case of RSA

FIrst release - copy from smalltalkhub

24 Nov 13:46
Compare
Choose a tag to compare

This release is copied from smalltalk and development will continue here