Can I use manage_relationship with AshOban?

AshOban sets context: %{private: %{ash_oban?: true}}.
But manage_relationship does not pass the context, so subsequent policies should fail.
(Can I pass context thru manage_relationship?)

Just use bare oban without ash_oban instead?

We don’t currently support cascading context but you could bypass authorization for those managed relationships using authorize?: false in their respective options.