C#C
C#3y ago
Dusty

❔ 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?
Was this page helpful?