Is there a way to use the wf open external website function and pass the authenticated user’s token ?
I’m sending the user to a dashboard made with React that fetches bubble’s data and needs user authentification but would prefer not to ask user to reconnect if they were already connected.
This dashboard will be hosted on a subdomain of the bubble app.
-Use a backend workflow or API workflow to create a JWT containing user data calling the plugin that I linked.
-Include: user ID, email, expiration time, and any needed permissions
-Sign with a secret key shared between both apps
Pass Token via URL:
you can pass it with send data to page and you call it “token” for example ( in the workflows)