-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.

As shown in the figure above, it is recommended to add a GetGroupsAsync method to retrieve all permission groups. This way, the GetByGroupAsync method can be used to load by group name as needed. Otherwise, using the GetAsync method retrieves all permission definitions, including group definitions.
Describe the solution you'd like
As shown in the figure above, it is recommended to add a GetGroupsAsync method to retrieve all permission groups. This way, the GetByGroupAsync method can be used to load by group name as needed. Otherwise, using the GetAsync method retrieves all permission definitions, including group definitions.
Additional context
No response