You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 JWT 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.