rpitv / glimpse

Monorepo for the RPI TV Glimpse project
MIT License
3 stars 1 forks source link

RuleOptions defer property is not obeyed in current rule handlers #6

Open robere2 opened 1 year ago

robere2 commented 1 year ago

The defer rule option should prevent any permission checks from occurring before the resolver has been called. This is useful in situations where the resolver may modify the user's permissions (e.g. a login resolver). It is properly used within the readOne resolver, but doesn't appear to be used in any of the others.