View Source AshOban.Checks.AshObanInteraction (ash_oban v0.2.4)
This check is true if the context private.ash_oban?
is set to true.
This context will only ever be set in code that is called internally by
ash_oban
, allowing you to create a bypass in your policies on your
user/user_token resources.
policies do
bypass AshObanInteraction do
authorize_if always()
end
end
Summary
Functions
Callback implementation for Ash.Policy.Check.requires_original_data?/2
.
Callback implementation for Ash.Policy.Check.strict_check/3
.
Callback implementation for Ash.Policy.Check.type/0
.
Functions
Callback implementation for Ash.Policy.Check.requires_original_data?/2
.
Callback implementation for Ash.Policy.Check.strict_check/3
.
Callback implementation for Ash.Policy.Check.type/0
.