Skip to content

Commit 8f49b23

Browse files
authored
Update Readme file
1 parent f7fcc77 commit 8f49b23

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,12 @@ services
102102
.AddUi();
103103
```
104104

105-
Use `/role` url to manage roles and `/userrole` url to assign roles to users.
105+
Use `http://<your-app>/role` url to manage roles and assign access to a role.
106106
107107
![create project](https://raw.githubusercontent.com/mo-esmp/DynamicRoleBasedAuthorizationNETCore/dev/assets/create-role-2.jpg)
108108
109+
Use `http://<your-app>/userrole` url to assign roles to users.
110+
109111
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`
110112

111113
```c#

0 commit comments

Comments
 (0)