We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7fcc77 commit 8f49b23Copy full SHA for 8f49b23
README.md
@@ -102,10 +102,12 @@ services
102
.AddUi();
103
```
104
105
-Use `/role` url to manage roles and `/userrole` url to assign roles to users.
+Use `http://<your-app>/role` url to manage roles and assign access to a role.
106
107

108
109
+Use `http://<your-app>/userrole` url to assign roles to users.
110
+
111
You can also use a custom `TageHelper` to check whether the user has access to view content or not. create a custom tag helper that inherits from `SecureContentTagHelper`
112
113
```c#
0 commit comments