You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Sylvester Damgaard
committed
fix(manifest): canonicalize the RBAC content-hash to match the reference byte-for-byte
The manifest content-hash diverged from the PHP reference and the other SDKs (key ordering, empty-description handling, unicode escaping), breaking the 'unchanged = no-op' idempotency of manifest publish. Canonicalize to the reference and lock it with a shared cross-SDK fixture. Also adds negative id_token tests (wrong-key, tampered payload, expired) so a regression that skipped signature verification fails CI. Release v0.6.0.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@cboxdk/id-js",
3
-
"version": "0.5.1",
3
+
"version": "0.6.0",
4
4
"description": "Turnkey Cbox ID client for JavaScript/TypeScript — OpenID Connect login (PKCE + id_token verification via JWKS), hosted profile-management redirect, machine tokens, UserInfo, RFC 7662 introspection, and webhook signature verification. Runs on Node, edge, and the browser, with a first-class Next.js adapter.",
0 commit comments