You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,8 @@
3
3
The AuthPermissions.AspNetCore library (shortened to AuthP) provides extra authorization features to a ASP.NET Core application. Here are AuthP's three main features:
4
4
5
5
- An improved Role authorization system where the features a Role can access can be changed by an admin user (i.e. no need to edit and redeploy your application when a Role changes).
6
-
- Implements a JWT refresh token feature to improve the security of using JWT Token in your application.
7
6
- Provides features to create a multi-tenant database system, either using one-level tenant or multi-level tenant (hierarchical).
8
-
9
-
**WARNING** If updating to Version 2 of this library, then you MUST read the [Migrate from AuthPermissions.AspNetCore 1.* to 2.0](https://github.com/JonPSmith/AuthPermissions.AspNetCore/blob/main/UpdateToVersion2.md)
7
+
- Implements a JWT refresh token feature to improve the security of using JWT Token in your application.
10
8
11
9
The AuthP is an open-source library under the MIT licence (and remain as a open-source library for ever) and the NuGet package can be [found here](https://www.nuget.org/packages/AuthPermissions.AspNetCore/).
0 commit comments