Creating and using Json Web Tokens

Hey guys,

I am looking for a JWT solution in bubble. To my current understanding, bubble does not have a way to generate, validate and use JWT’s.

I would like different plugin options or examples that give my bubble application JWT capabilities.

Thank you !

It can be created in a plugin’s server side action, and as for the how, it depends on to where you will send this JWT to. Each vendor you will interact with requires some specifics that have to be addressed.
Usually the vendor shares sample code, try looking for that :blush:
Also look into the public list of plugins.

For context, I created this for two vendors already.