Spatie Laravel Permission- Revoking access after role changed #1919
Unanswered
alexraynes
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings, please provide your support.
Spatie Laravel Permission. I have deployed it in my laravel application but experienced this issue. In my application users have roles and roles have permissions which is correct, but when I assign a user to a super admin role and later change that user role/type to editor it still displays the super admin permission access to that user. How can the access be revoked to the new role permissions access right after changing the role?
am using the @can in the blade
Beta Was this translation helpful? Give feedback.
All reactions