Transitioning to Retool Embed Auth URLs: Passing Data Challenges

Hi!

Previously, we used react-retool to embed Re-tool apps into our internal platform. Users would first log into Retool and then into our application.

Now, we're transitioning to Retool embed auth URLs. This change means our users won't need to log into Retool separately.

Generating the embed URLs has been seamless. However, we previously passed data using query strings into our app, and now I can't pass those parameters in the same manner.

What's the best approach to pass these parameters, preferably without altering the behavior of the Retool Apps?