Base solution for your next web application

Activities of "julianojs"

We have a usecase, a module contains list of reports. Reports are dynamic , we need to add in permission before accessing this report except admin. This report set varies(not fixed) from tenant to tenant

We have a scenario where we need to add permission dynamically. To accomplish I tried to add another authorization provider which read from DB. After the application is up, we may need more items be added dynamically. It seems PermissionManager is intiallized once only. It’s a singleton object. Can we make it transient so that every time we fetch or any other approach to solve it ? Kindly guide us with your valuable thought.

Showing 1 to 2 of 2 entries