❔ Authorization handling in asp.net core
Hey,
in asp.net core you can use Authorization Handlers and Type Filters to authorize a request.
The first one needs a policy defined, the other one a custom attribute to authorize a request.
When to use which and what are the pros and cons?
in asp.net core you can use Authorization Handlers and Type Filters to authorize a request.
The first one needs a policy defined, the other one a custom attribute to authorize a request.
When to use which and what are the pros and cons?