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
Refactor access control to use interface and trait
Introduced AccessUserInterface and HasAccess trait to standardize user access methods. Updated ExternalUser to implement the interface and use the trait. Refactored PermissionsClient and LoadAccess middleware to depend on the interface, improving flexibility. Added tests for the trait and PermissionsClient.
0 commit comments