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
+41-12Lines changed: 41 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,20 +13,16 @@ But what if you don't want hardcode roles on the `Authorize` attribute or create
13
13
14
14
**DynamicAuthorization** helps you authorize users without hardcoding role(s) on the `Authorize` attribute with minimum effort. DynamicAuthorization is built at the top of ASP.NET Core Identity and uses identity mechanism for managing roles and authorizing users.
15
15
16
-
Install the _DynamicAuthorization.Mvc.Core_[NuGet package](https://www.nuget.org/packages/DynamicAuthorization.Mvc.Core) and _DynamicAuthorization.Mvc.JsonStore_[NuGet package](https://www.nuget.org/packages/DynamicAuthorization.Mvc.JsonStore)
17
-
16
+
Install the _DynamicAuthorization.Mvc.Core_[NuGet package](https://www.nuget.org/packages/DynamicAuthorization.Mvc.Core)
@@ -133,7 +162,7 @@ public class MySecureContentTagHelper : SecureContentTagHelper<ApplicationDbCont
133
162
```
134
163
#
135
164
136
-
Ifyoudon't want to use the default UI, follow the below steps to discover controller and actions and give access to role and then assign role to user.
165
+
Ifyoudon't want to use the default UI, follow the below steps to discover controllers and actions and give access to the role and then assign role(s) to the user.
0 commit comments