gorbac icon indicating copy to clipboard operation
gorbac copied to clipboard

goRBAC provides a lightweight role-based access control (RBAC) implementation in Golang.

Results 4 gorbac issues
Sort by recently updated
recently updated
newest added

Hi, I wrote a simple function to test my use of the package and discovered that if one calls `IsGranted` from within the `Walk` handler function, the code hangs. Looking...

Several advices: - `SetParent`, if you set `1` to `a`, then `a == 1`, but `SetParent` is more like `AddParent` - If there are some potential circle errors, they should...

enhancement

Hi, by merging this, we can have regular expression matching for permission verification. This improvement will guarantee smooth functionality in scenarios like the one provided as an example. ```go package...

Dear Maintainer, I feel like something is not consistent but as you are in v2 I think there is a story behind. When Assigning **Permissions to Roles** this is done...