Generating liveview - no users shown
After using ash-hq installer I continued with:
But /users doesn't list the users (there is one - my own). Console says
The user ressource has
6 Replies
Policies are filtering the list
What read action is it using?
isn't that defined via
These are the policies:
So that forbids all reads
that aren't done by AshAuthentication
I thought I can completely remove this block to get all users.
It works with
Shouldn't it also work without a policies-block?
Make sure to read through the policies guide
With the policy authorizer:
- all policies that apply must pass
- at least one policy must apply
ah, the line triggers that.
that's why there is in the docs:
Thanks Zach.