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
The logic determining the verifier was a duplicate of the logic used in the additional validation.
The logic from the validation (aka `ModelixAuthorizationConfig,nullIfInvalid`) is also used elsewhere.
For example, it is used in the workspaces through the modelix-authorization lib.
So it was reused in a custom verifier.
Calling `ModelixAuthorizationConfig.nullIfInvalid` again in `validate` is redundant.
It is now only used to create a custom principal object.
0 commit comments