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
docs(features/plugins): getAgent shipped in v0.0.214 (#30)
Status table and identity section updated: the public accessor is
import { getAgent } from 'javascript-solid-server/auth.js' — the
internal-import caution is gone, the agent-identifier contract
(WebID or did:nostr DID, five credential schemes) is stated, code
samples use the public seam, and the roadmap moves getAgent from
proposed to shipped. Also fixes a token-TTL aside that pointed at
the wrong issue.
Copy file name to clipboardExpand all lines: docs/features/plugins.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ else. Your WebID can be the app's account — no separate passwords.
24
24
| Application mount points (`appPaths`) | ✅ **Shipped in v0.0.213**|[#582](https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/issues/582), [#585](https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/585)|
25
25
| Reference plugin ("plugin zero") | ✅ Running — [Tideholm](https://github.com/melvincarvalho/tideholm/tree/gh-pages/jss-plugin), a multiplayer game where pod WebIDs are player accounts |[#206 discussion](https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/issues/206)|
| Public identity accessor (`api.auth.getAgent`) |📋 Works via internal import; public blessing proposed |[#584](https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/issues/584)|
27
+
| Public identity accessor (`getAgent`) |✅ **Shipped in v0.0.214**|[#584](https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/issues/584), [#586](https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/586)|
28
28
| Plugin loader (manifest, discovery, policy) | 🔭 Designed, not yet built |[#206](https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/issues/206), [#564](https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/issues/564)|
0 commit comments