❔ 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?
3 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Authorization filters
I've only seen that they're tied to MVC stuff but idk if that's the only difference
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.