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
When the user logs in, then we store the permission data into redis cache.
But if any of the permission got changed while the user still logged in, then it is not possible for the Authorization server to apply the updated permission sets.
So, we should reload the user's permission cache in redis, when there is any change happened in the primary storage permission table.
The text was updated successfully, but these errors were encountered:
When the user logs in, then we store the permission data into redis cache.
But if any of the permission got changed while the user still logged in, then it is not possible for the Authorization server to apply the updated permission sets.
So, we should reload the user's permission cache in redis, when there is any change happened in the primary storage permission table.
The text was updated successfully, but these errors were encountered: