ash icon indicating copy to clipboard operation
ash copied to clipboard

Support lazy actor evaluation

Open zachdaniel opened this issue 5 years ago • 0 comments

If we make it part of the check behavior to express which parts of the actor it needs to access, and when we support arbitrary calculated fields in ash core, we could support lazy actor evaluation if the actor is a resource. This could allow them to start a request pipeline with just a user id, and the authorizer will request data as it becomes necessary.

zachdaniel avatar Jun 09 '20 05:06 zachdaniel