This website requires JavaScript.
Explore
Help
Sign In
go
/
rbac
Watch
2
Star
0
Fork
0
You've already forked rbac
Code
Issues
Pull Requests
Packages
Releases
2
Activity
Files
a75ad7b67860b2878a193611d7d4815c85c73ade
rbac
/
go.mod
4 lines
44 B
Modula-2
Raw
Normal View
History
Unescape
Escape
feat(rbac): initial stable release v0.9.0 Foundational identity and permission types for role-based access control — bit-set PermissionMask, immutable Identity value type, and PermissionProvider interface. What's included: - `Identity` value type with NewIdentity / WithTenant constructors and SetInContext / FromContext context helpers - `Permission` (int64 bit position) and `PermissionMask` (int64 bit-set) with O(1) Has and non-mutating Grant - `PermissionProvider` interface for DB-backed ResolveMask(ctx, uid, resource) resolution Tested-via: todo-api POC integration Reviewed-against: docs/adr/
2026-03-18 13:25:43 -06:00
module
code
.
nochebuena
.
dev
/
go
/
rbac
chore: bump go directive from 1.25 to 1.26
2026-05-12 02:06:45 +00:00
go
1.26
Reference in New Issue
Copy Permalink