keystone icon indicating copy to clipboard operation
keystone copied to clipboard

Dashboard not refreshing when access is updated

Open harshna-fullness opened this issue 1 year ago • 0 comments

  1. include some parameters in session data (e.g. role)
  2. keystoneConfig.ui: { isAccessAllowed: ({ session }) => !!(session && session?.data?.role) }
  3. If the user is assigned Role, after signin, he has to login and logout again before it is reflecting
  1. If the role is assigned after login, it should reflect on page refresh
image image

Browser: any Node: 20

harshna-fullness avatar Jun 12 '24 08:06 harshna-fullness