JSON Web Tokens

Hello,

Before trying to reinvent the wheel I was wondering if a JWT class already exists somewhere.

Thanks

Yes, it’s now in the develop branch of my JSONItem_MTC project:

https://github.com/ktekinay/JSONItem_MTC/tree/develop

Kem,

Thanks. I don’t know how I missed this. I already use JSOMItem_MTC for a RESTFul server because its toString method is much faster than the native method and not just a little

You missed it because I included it just this morning after your request. :slight_smile:

Kem,

GREAT, really looking forward to use.
Will you create a simple example ? or some documentation ?

Thanks

Eventually. :slight_smile: In the meantime, look at the included unit test code.