mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-21 22:44:00 +00:00
Consent + connect UI for the new OAuth 2.1 provider. The API side lives in mono#1812 (stacked on the Enterprise MCP PR). When an MCP client starts OAuth, this is the page where you pick the org and approve access. What's here: - `/oauth/consent`: the consent screen. Pick an organization (cards), then set access: permission (read / read+write) and scope (full, or scoped to specific container-tag spaces with a searchable picker). Approving hands the code back to the client. - `/connect`: plugin-aware entry for known clients (Claude Code, etc.). - `ConsentCard.tsx`: shared card component (org list with fade, dual-icon connecting header, scoped-spaces picker), built to reuse across plugins. - plus a fix to the mcp resource metadata. Pairs with mono#1812 (the API OAuth provider) and the Enterprise MCP PR. Draft until the end-to-end flow is verified. |
||
|---|---|---|
| .. | ||
| analytics.ts | ||
| billing-utils.ts | ||
| chat-auto-space.ts | ||
| chat-highlight-documents.ts | ||
| chat-search-memory-results.ts | ||
| chat-space-label.ts | ||
| chat-stream-error.ts | ||
| chat-web-search-tools.ts | ||
| constants.ts | ||
| file-cache.ts | ||
| fonts.ts | ||
| ingest-auto-space.ts | ||
| mcp-client-setup.ts | ||
| mcp-manual-instructions.ts | ||
| models.tsx | ||
| oauth-plugins.ts | ||
| plugin-catalog.ts | ||
| plugin-document.ts | ||
| plugin-space.ts | ||
| search-params.ts | ||
| theme-provider.tsx | ||
| url-helpers.ts | ||
| variants.ts | ||
| view-mode-context.tsx | ||