Saving the Authentication Code

Hi Everyone. I’m using Xano as my backend and Bubble as my Frontend. I’m connected to Xano fine and I’m able to create an AuthenticationToken in Xano and pass it back to Bubble fine. I’m now trying to save the AuthenticationToken to the database in the User table. I’m following this video: https://www.youtube.com/watch?v=i7Xzzlta73A

The problem is in Bubble. I cannot get the AuthenticationToken to save into the User table in Bubble. Here are some screen shots showing the login process with the debugger showing the AuthenticationToken returned from Xano. In the “Make changes to current user” workflow step, I’m unable to get it to save.

Step 1: Login Button

Step 2: Xano API Login is called and creates/returns AuthenticcationToken

Step 3: Make changes to current user and save the AuthenticationToken into the User table

The AuthenticationToken is not saved…

Any ideas/help is greatly appreciated.
Regards,
Kevin

I have figured this out. The video that I was referencing did not indicated that you have to save each of the User record in both Bubble and Xano. As soon as I created all my users in Bubble and updated my workflow - it work brilliantly.

Hi @kevingrayapps
Why don’t use save session to local storage or session storage using plugin?