7/24/16

AngularJS SPA Controller Claims Authorization

OverviewIn a previous article, we discussed the use of directives to enable claims based authorization on the user interface elements. For some scenarios, we notice that a directive can have performance issues as it is called everytime is declared on the mark-up. For the cases where there is an ngRepeat,...

7/17/16

AngularJS SPA Isolate Scope Directive Claims Authorization

OverviewIn a previous article, we discussed the use of directives to enable claims based authorization on some the user interface elements. For some scenarios, a directive is the ideal approach, but because of the fact that a directive is called every time is declared on the mark-up, it is not ideal...

7/10/16

AngularJS SPA Directive Claims Authorization

CodeProject OverviewWhen we talk about authorization of the elements on a web application, we make reference to the ability to hide or show some areas of the application based on the permissions that are granted to the logged on user.  These permissions are usually delivered to the application...