JWT Implementation for Harbour - (c) Matteo Baccan

Post Reply
User avatar
Baxajaun
Posts: 971
Joined: Wed Oct 19, 2005 2:17 pm
Location: Gatika. Bizkaia

JWT Implementation for Harbour - (c) Matteo Baccan

Post by Baxajaun »

Hi !!!

JWT Implementation for Harbour

A simple library to work with JSON Web Token and JSON Web Signature for Harbour language. You can find more information about JWT on https://jwt.io/.

Harbour JWT supports the following algorithms:

HS256
HS384
HS512

https://github.com/matteobaccan/HarbourJwt

Thanks a lot Matteo !!!

Kind regards,
Post Reply