Hello,
I’m trying to set up JWT authentication for redash, but I’m unsure where I should redirect my users after they’ve logged into the other service. Sending it directly to localhost:5000 gets me the password login page even though I’ve disabled it through environment variables.
Any hints?