Does anyone know how to get this to work?
The backend workflow doesn’t seem to expose the token when I run the backend workflow to log the user in.
Any suggestions?
Does anyone know how to get this to work?
The backend workflow doesn’t seem to expose the token when I run the backend workflow to log the user in.
Any suggestions?
Using 302 redirect bubble does return the token to the url.
Using Rest api then Return the User after signup or login operation. Postman did capture the token and expiry above.
All the best in your implementation
Thank you so much for responding!
How would I go about attaching the token to my bubble user?
Is it automatic. Just return the user , it comes attached
I apologize, but I’m a little lost on some of the steps. Maybe I should explain more of what I am trying to achieve.
I am creating records via the Data API. I need a token from the user who is logged in when sending the JSON to my Data API so that the “Created by” field shows correctly. I don’t know how to get that token for use in creating the JSON before sending to the Data API.
Based on what you showed me I can’t figure out how to get the token into that JSON.
I really appreciate your help!
I got this working!
Thanks for all the help!
This topic was automatically closed after 70 days. New replies are no longer allowed.