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
Bring login/registration to parity with NSS #3 CID (Controlled Identifiers) — JSS's did:nostr (src/auth/did-nostr.js) is the closest existing pattern: a key-controlled self-signed identity. CID generalizes the pattern across DID methods. A shared "self-signed identity" verifier could back both did:nostr and future CID-backed identifiers.
JSS advertises conformance with LWS 1.0 Auth Suite once each sub-box is checked, with end-to-end tests demonstrating interop with at least one other LWS implementation per spec.
Context
The W3C Linked Web Storage WG published four First Public Working Drafts of the LWS 1.0 Authentication Suite on 2026-04-23:
Status in JSS today
src/auth/solid-oidc.js. Solid-OIDC is a profile of OIDC; need to read the new LWS10 OIDC draft and verify conformance / list any deltas.src/auth/did-nostr.js) is the closest existing pattern: a key-controlled self-signed identity. CID generalizes the pattern across DID methods. A shared "self-signed identity" verifier could back both did:nostr and future CID-backed identifiers.src/auth/did-key.jsmodule mirroringdid-nostr.js.Suggested sequence
Goal
JSS advertises conformance with LWS 1.0 Auth Suite once each sub-box is checked, with end-to-end tests demonstrating interop with at least one other LWS implementation per spec.
Related