We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3bbf45 commit a41c731Copy full SHA for a41c731
README.md
@@ -219,10 +219,24 @@ Remove a role from the current user
219
220
Remove all roles from current user
221
222
+#### `AclService.getRoles()`
223
+
224
+Get all of the roles attached to the user
225
226
+###### Returns
227
228
+**array**
229
230
#### `AclService.hasRole(role)`
231
232
Check if the current user has role attached
233
234
+###### Parameters
235
236
+| Param | Type | Example | Details |
237
+| ----- | ---- | ------- | ------- |
238
+| `role` | string | `"admin"` | The role label |
239
240
###### Returns
241
242
**boolean**
0 commit comments