f47d873262
DCR-capable (RFC 7591) OAuth authorization server so Claude's MCP connector self-registers — the thing Authentik can't do until 2026.8.0. Users sign in with Google/Apple; oidcProvider + jwt issue asymmetric JWTs (JWKS) the MCP server verifies. Shares the existing CNPG Postgres (own `betterauth` schema). Scaffold: auth config, minimal Node server + login page, Dockerfile, CI.
6 lines
41 B
Plaintext
6 lines
41 B
Plaintext
node_modules/
|
|
dist/
|
|
*.log
|
|
.env
|
|
.DS_Store
|