Spear.Acl.allow_all

You're seeing just the function allow_all, go back to Spear.Acl module for more information.

Produces an ACL that allows all users access to all resources

Note that clients that do not provide credentials at all fall under the $all group.

Examples

iex> Spear.Acl.allow_all()
%Spear.Acl{
  delete: "$all",
  metadata_read: "$all",
  metadata_write: "$all",
  read: "$all",
  write: "$all"
}