| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Phase A doc was framed around things forthcoming. Reality moved: - Phase B (profile carries keys) shipped via doctor B.2 + B.3 - Phase 3 (LWS-CID JWT verifier) shipped in v0.0.177 via #398 - Bonus path: NIP-98 → WebID via VM lookup shipped in v0.0.178 (#400) Updated the compatibility table to ✅ everywhere, retitled the "What X will add" sections to describe what's deployed, added a new section for the NIP-98 upgrade, refreshed the related-links list with the doctor repo and the post-#388 PRs. Closes #401 (JSS half — companion docs-repo PR follows).
There was a problem hiding this comment.
Updates docs/lws.md to reflect the current shipped state of JSS’s LWS/CID-related features (Phase B + Phase 3 now deployed) and documents the additional shipped NIP-98 → WebID upgrade path.
Changes:
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
| When an incoming request carries an LWS-CID JWT (detected by an `Authorization: Bearer <jwt>` whose JWT-header `kid` is an http(s) URL with a fragment), JSS: | ||
|
|
||
| 1. Confirms `sub === iss === client_id` (canonicalized via URL parsing) — that URI is the WebID being claimed |
| "publicKeyMultibase": "fe70102…" }, | ||
| { "id": "...#lws-key-1", "type": "JsonWebKey", "controller": "...#me", | ||
| "publicKeyJwk": { "kty": "EC", "crv": "secp256k1", "alg": "ES256K", "x": "…", "y": "…" } } |
| Back | FazBrowse Home | New Git URL |
Closes the JSS half of #401. Companion PR for the Docusaurus mirror at JavaScriptSolidServer/docs follows.
Phase A doc was framed around things forthcoming. Reality moved:
Compatibility table is now ✅ across the board. The "What Phase B will add" / "What Phase 3 will add" sections retitled to describe what's deployed. Added a new section for the NIP-98 upgrade. Refreshed the related-links list with the doctor repo + post-#388 PRs.
Targeted edits — preserved the existing structure and the Phase A profile-shape example block intact.