Dot-Net-Core-RoleBased_Authorization
Authorization is the process to find out what action a user can perform.
ASP.Net core authorization mechanism provides two types of implementation:
- Role-based authorization
- Policy-based authorization
In this project Role based authorization is implemented.
*** Screenshots ***