Info
Version: | 1.0.6 |
Author(s): | Rayab.Net |
Last Update: | Saturday, February 13, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Rayab.PermissionControl |
Install
Install-Package Rayab.PermissionControl
dotnet add package Rayab.PermissionControl
paket add Rayab.PermissionControl
Rayab.PermissionControl Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc(>= 2.2.0)
- Microsoft.AspNetCore.Session(>= 2.2.0)
- Rayab.ApplicationDbContext(>= 1.2.3)
Tags
Designed by Mehdi Keramati.
ReCreate by Rayab Developer.
Require Rayab.ApplicationDbContext Package.
With install this package you can control user permission using database table.
Do not need to permission attributes in controllers and actions as static permissions.
You can modify user permissions by Database as runtime.
For more information, read Document.