docs(features): plugins & application mounts — status and how-to#29
Merged
Conversation
New Features page covering the plugin system as of JSS v0.0.213: - status table: appPaths shipped (#582/#585), plugin zero running, raw-body (#583) and getAgent (#584) proposed, loader designed (#206/#564) - how-to: mounting an app with appPaths, the WAC-exemption rules, pod identity as the app's login (getWebIdFromRequestAsync + the browser /idp/credentials bridge), and the scoped raw-body pattern for wrapping node-style handlers - case study: Tideholm as plugin zero (WebID -> player, dual-mode, runnable demo) - roadmap: loader -> bundled-feature migration -> richer seams, with the never-load-from-pods security rule stated Registered in the Features sidebar after MCP. Site builds clean.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the missing plugins page to jss.live/docs, covering the system as it stands after JSS v0.0.213 shipped
appPaths(JavaScriptSolidServer#582 / JavaScriptSolidServer#585).Contents
appPathsand its rules (per-segment matching, normalization, norequest.webIdunder app paths), pod identity as the app's login (server-side viagetWebIdFromRequestAsync, browser via the/idp/credentialsbridge, token-expiry caveat), and the scoped content-parser pattern for wrapping node-style handlersRegistered in the Features sidebar after MCP.
npm run buildpasses (all internal links validated by Docusaurus).