rabbal / DNTFrameworkCore

Lightweight and Extensible Infrastructure for Building Web Applications - Web Application Framework
Apache License 2.0
318 stars 75 forks source link

How can we Combine permissions with Roles #12

Closed anomepani closed 3 years ago

anomepani commented 4 years ago

Let's say for admin role or manager role. If we need to give access to user based on their along with role, how can we achieve this?

rabbal commented 3 years ago

Where do you wanna doing this and what do you need to actually? do you wanna apply role-based authorization instead of permission-based in Crud/Entity controllers?