We have several projects (ASP.NET MVC) that require the Role / User / Permissions security model. We want to store this data in tables in our database. How to make your recommendation, we are going to implement this security model using our ASP.NET MVC projects? Use custom authentication attributes that will determine if the user is allowed to interact with the data model in our database?
Are third party / open source options available?
source
share