Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard not refreshing when access is updated #9169

Open
harshna-fullness opened this issue Jun 12, 2024 · 0 comments
Open

Dashboard not refreshing when access is updated #9169

harshna-fullness opened this issue Jun 12, 2024 · 0 comments

Comments

@harshna-fullness
Copy link

  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 harshna-fullness changed the title Landing page broken when user is denied Access based on session data Dashboard not refreshing when access is updated Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant