For hasRole has there been any thought about being able to check
multiple roles concurrently?
The scenario I am thinking about here is where we want to check that a
user is a member of at least one role - if we have a large number of
roles at the moment we would need to loop and call hasRole once for each
role.
Regards,
Darran Lofthouse.