[fpc-pascal] JSON Web Token (JWT) implementation needed

Michael Van Canneyt michael at freepascal.org
Thu Jan 7 08:39:14 CET 2016



On Wed, 6 Jan 2016, leledumbo wrote:

> Is there anyone already implements https://tools.ietf.org/html/rfc7519? I
> find a Delphi implementation
> (https://github.com/paolo-rossi/delphi-jose-jwt), but it uses the new Delphi
> RTL with System. namespace. I don't want to reinvent the wheel if possible,
> so if there's already one for FPC, that would be great :D

FPC supports OAuth2. So we need JWT :)

See:

fcl-web/src/base/fpjwt.pp

If things are missing, let me know and we can add it.

Michael.



More information about the fpc-pascal mailing list