allPermissions
Evaluates all permissions granted to the logged-in member. Returns a Maptrue
if the member can perform the action, false
otherwise.
If the member is not logged in, all values will be false.
Remember - authorization checks for sensitive actions should always occur on the backend as well.