Hi All,
I’m wondering how people here have gone about implementing JWTs in bubble using the API connector?
For context, I’ve got a node/express backend which generates a JWT on signup/login. My initial approach was to send it to the bubble client so that it could be stored as a httponly cookie. However, I’m not sure if this is possible in bubble (and local storage doesn’t seem secure enough to store JWTs).
Does the JWT auth option in the API Connector help you here
Hi @ tylerboodman, thanks for your quick response
Yeah, I saw that during my initial setup, but wasn’t sure how to populate all the parameters or why the client would need all of these parameters (my understading of JWTs is quite limited). But I’ll take another look at that now
Thanks
Depending on what you’re looking to do, my plugin security salamander might be of use. If you need to decode JWTs in a workflow action, it should help!
Hi @jonah.deleseleuc, thanks for the suggestion! I’ll look into that to see if it could be of use to me