Saving data on refresh

im using the pinterest api and for the workflow signup/login into social network it redirects the user to authenticate thus leaving the current page, is there a way to have a popup/new tab do this so i dont lose the state of the page, because it redirects back to my page and i lose all my data

Can you just save your data to the user database in bubble? Maybe that can be a simple way. What “data” are you losing?

i cant save it in the database as i dont have users signing into the website i will be iframing this website into my main website, the data is im losing is a bunch of state lists on a group.

You can use the Browser Storage plugin.