redash
redash copied to clipboard
Authentication using JWT token does not update when JWT token is updated
trafficstars
I am using Redash from my UI application. I have token based authentication, which happens using identity server.
Issue: User is authenticated on UI, JWT token is created. Call to api/dashboards calls the redash api's using the existing token. On UI I update my user role (same user with different data permissions) Here the JT token is not getting updated, it is taking the old user role JWT. Where do I need to update my JWT to have updated data in JWT.
Please suggest