Support boolean results from `authorize/3` callback
schrockwell opened this issue · 0 comments
schrockwell commented
- Map
true
->:ok
- Map
false
->{:error, :unauthorized}
schrockwell opened this issue · 0 comments
true
-> :ok
false
-> {:error, :unauthorized}