JSON Web Token

Is there Xojo code available to create and validate a JSON web token? I’m about to create the thing but have no desire to reinvent the wheel.

I have not seen such code yet.

You can try to use chilkat to create and verify a JWT.
It’s not Xojo-Code but a Xojo-Plugin: https://www.chilkatsoft.com/refdoc/xojoJwtRef.html

I appreciate that but I was hoping for Xojo code, and now I’m most of the way there anyway. :slight_smile:

I’ll probably put this out as an open-source project when done.

[quote=359771:@Kem Tekinay]I appreciate that but I was hoping for Xojo code, and now I’m most of the way there anyway. :slight_smile:

I’ll probably put this out as an open-source project when done.[/quote]

like @Kem Tekinay you do. Thanks for all the code you have open sourced and given back to the community.

Hi Kem looking for JWT code
Could you let me know if you released any or which library you are using?
Thanks in advance
Val

It’s part of my JSONItem_MTC project:

https://github.com/ktekinay/JSONItem_MTC

1 Like

Thanks a stack Kem