Hi!
I use custom JWT auth in my Retool app, and it works great.
The app grows and I want to separate it into multiple retool apps and travel between them through the navigation header.
But when I travel to another app via navigation header, it asks me for login and password, as the JWT auth token is not shared between apps.
How can I share it?
Thank you in advance!