You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good find and nice explanation - we should definitely support this (as you mentioned, I think we may need to add this support to the external policy API - so we'll need to be careful to avoid breaking existing functionality) - would you like to work on a draft PR so we can discuss the approach there?
At the moment a repeatable directive is executed once: the first directive only.
The 2nd one instead is not executed or processed.
I think the issue is on this line:
auth/lib/auth.js
Line 29 in 16db4b5
find
should befilter
instead.Changing the output to an array impacts to the
getPolicy()
public API. I'm not sure about the impactsThe text was updated successfully, but these errors were encountered: