Hi community,
I’m currently migrating my existing Connect app to Forge, aiming to eventually run all functionality on Forge. My main challenge is migrating the data from the Connect app to the Forge app.
I’ve tried making API calls, but noticed that JWTs in Connect and Forge have different structures, which prevents me from using Connect JWTs to authenticate on Forge endpoints.
My main question is: what is the recommended way to transfer data from a Connect app to a Forge app? Are there any official or practical approaches to migrate existing instance data into Forge, considering JWT differences?