@gtg489p wrote:
I have a dash app (call it charts) that gets spawned from another dash app (call it main). The user is already signed in on the main page and I would like to pass those credentials to the charts page when they are redirected so they don’t have to re-enter user/pass info.
The reason I have to have authentication on the charts page is so some rando can’t just type the url and gain access to the personalized charts page of another user.
Does anyone have any idea how I could get basic auth to accept credentials behind the scenes like that?
Thanks!
Nathan
Posts: 1
Participants: 1