Is there a policy bypass for manipulating resources from iex?
Didn't see anything about this already posted. Or should I be identifying as an actor from iex somehow?
2 Replies
It really depends 🙂 There is definitely no bypass for "is in iex", but there are ways to achieve that.
I assume you have something like
authorize :by_default
in your api?
What you could do is put
Ash.set_authorize?(false)
into your .iex.exs
filePerfect!