0
tim.lopez created
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.
1 Answer(s)
-
0
hi
I think you can add a middleware before or after
Authorization
to do some custom logic.https://learn.microsoft.com/en-us/aspnet/core/fundamentals/middleware/?view=aspnetcore-9.0