An example of a resource with authorization rules declared.
defmodule Author do
use Ash.Resource, name: "authors", type: "author"
use Ash.DataLayer.Ets, private?: true
actions do
read :default, authorization_steps: [authorize_if: always()]