Hello,
I'm looking to modify when Authorization and Validation is done. Currently we are layering Permissions as part of an application, and we have a set of validations that touch the database and I'd like for permission checking to happen before we kick in the validation. Is this possible? I tried messing with the interceptors.