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
Currently I am using it in Laravel 9 and I am facing one issue. Whenever I create a user and assign a specific role and permissions to it. In my blade template @Permission check, the user which is currently loggedIn can access both the role base permissions as well as permissions which is specific assigned to that user. There is no method which check if this role base user has this permission or not.
The text was updated successfully, but these errors were encountered:
First of all thanks for the great package.
Currently I am using it in Laravel 9 and I am facing one issue. Whenever I create a user and assign a specific role and permissions to it. In my blade template @Permission check, the user which is currently loggedIn can access both the role base permissions as well as permissions which is specific assigned to that user. There is no method which check if this role base user has this permission or not.
The text was updated successfully, but these errors were encountered: