ng-security icon indicating copy to clipboard operation
ng-security copied to clipboard

A security module for AngularJS.

Results 6 ng-security issues
Sort by recently updated
recently updated
newest added

when I set an empty ng-if-permission (with permission type "ANY") the element should be rendered regardless of user permissions, but currently it is not.

A comma separated string could be writted with white spaces, at least in my case: ng-if-permission="ROLE_ADMINISTRADOR, ROLE_SUPERVISOR" It is solved and made the code more robust using trim and split...

A comma separated string could be writted with white spaces, at least in my case: `ng-if-permission="ROLE_ADMINISTRADOR, ROLE_SUPERVISOR" ` It is solved and made the code more robust using trim and...

The cookie with the token is delete after clicking logout, but the console throw jqlite error. And after logout the html tags with the directive 'ng-if-authenticated' never disappear. ![screen shot...

Hello, It is possible to store permissions in local storage instead of cookie ? When it is on cookie all permissions are send to server. In some cases I've got...

P3: important
Type: feature
Effort: easy (hour)

Hi. It's a nice library, I like it. But how to access API that requires security tokens in the URL? I tried to find something like `getToken`.. But found nothing..

P4: nice to have
Type: feature
Effort: easy (hour)