Skip to content

Commit 2c38d8a

Browse files
authored
Add sample for ASP.NET Core 3.1.
1 parent 7e3f4e7 commit 2c38d8a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# Dynamic Role-Based Authorization in ASP.NET Core 2.0
1+
# Dynamic Role-Based Authorization in ASP.NET Core 2.0 and 3.1
22
Nuget package comming soon, checkout [dev branch](https://github.com/mo-esmp/DynamicRoleBasedAuthorizationNETCore/tree/dev/src).
33

4+
Updates:
5+
- Dynamic authorization sample for [ASP.NET Core 3.1](https://github.com/mo-esmp/DynamicRoleBasedAuthorizationNETCore/tree/master/samples/netcore3.0/DynamicRoleBasedAuthorization) added.
6+
47
You already know how role-based authorization wokrs in ASP.NET Core.
58

69
```c#

0 commit comments

Comments
 (0)