docs(auth): fix rbac wiring example; align to v1.1.2

This commit is contained in:
2026-08-08 00:45:16 -06:00
parent 96d44b37eb
commit 8bc98968ef
4 changed files with 25 additions and 12 deletions
+13
View File
@@ -1,5 +1,18 @@
# Changelog
## v1.1.2 — 2026-08-08
Patch — documentation fix plus coordinated framework version alignment.
### Fixed
- README wiring example: `rbac.NewClaimsPermissionProvider("perms", authmw.GetClaims)` (was
missing the `getClaims` argument); install line updated to v1.1.2.
### Changed
- Bumped `contracts`, `core`, `web` to v1.1.2.
## v1.1.1 — 2026-08-07
Patch — coordinated framework version alignment. Bumped `contracts`, `core`, `web` to v1.1.1.