|
|
|
|
|
by madeuptempacct
2853 days ago
|
|
You seriously think making a redundant call or wrapping every. single. controller into a try-catch is better than having claims pulled out in a request pipeline (before even touching the controller) and doing `if(hasAccess){do thing} else {unauthorized}`? |
|
In my CMS, I had support for granular permissions. So you could do this:
JWT wouldn't have helped much.