Checks whether the current user has any/all of a set of role names.
Generalizes the copy found in luv-autoq-frontend/ama-deep/
data-sheet-portal, each of which imported an app-specific
useAuthUserStore() Pinia store directly - replaced here with
getUserRoles/isAdmin callbacks so this composable doesn't assume any
particular store shape.
Checks whether the current user has any/all of a set of role names.
Generalizes the copy found in
luv-autoq-frontend/ama-deep/data-sheet-portal, each of which imported an app-specificuseAuthUserStore()Pinia store directly - replaced here withgetUserRoles/isAdmincallbacks so this composable doesn't assume any particular store shape.