Add node:crypto JWS signature verification primitive (todo §0)

This commit is contained in:
2026-06-14 18:27:34 +02:00
parent d021fd701e
commit 5020be592a
4 changed files with 201 additions and 1 deletions

View File

@@ -337,6 +337,7 @@ _(Production compose grows to include the Ory services and Postgres — planned.
src/server.ts Entry point — starts the HTTP server (reads PORT, default 3000)
src/app.ts Request routing + EJS rendering
src/static.ts Static file serving with path-traversal protection
src/jwt.ts JWS signature verify via node:crypto, no jose; claims+JWKS are §4
src/plugin.ts definePlugin() + the host's plugin discovery/router (planned)
views/ Core EJS templates (index, 404, partials/)
public/ Static assets under /public/ (css/, favicon, robots.txt)