Skip to content

Serve an OpenAccess descriptor - #259

Merged
ralyodio merged 1 commit into
masterfrom
openaccess-descriptor
Sep 12, 2026
Merged

Serve an OpenAccess descriptor#259
ralyodio merged 1 commit into
masterfrom
openaccess-descriptor

Conversation

@ralyodio

Copy link
Copy Markdown
Contributor

Adds public/.well-known/openaccess.json so qrypt.chat is listed on openaccess.logicsrc.com, can be linked with OAuth 2.1 + PKCE, and honours the shared profullstack.com/all-access entitlement. Static file only; no runtime change. The private key is vaulted in logicsrc teams openaccess-app-keys--prod.

Spec: https://logicsrc.com/openaccess

🤖 Generated with Claude Code

https://claude.ai/code/session_01SWRffW4ifQPUrGXJtgYWMd

Lists qrypt.chat on OpenAccess hubs (openaccess.logicsrc.com) so people can
link it with OAuth 2.1 + PKCE and it honours the shared
profullstack.com/all-access entitlement. The Ed25519 public key here is
the app's credential for reporting sales; the private half is in the
logicsrc teams vault openaccess-app-keys--prod. Scopes are empty for now:
the reserved openid, email and entitlements scopes need no listing.

Spec: https://logicsrc.com/openaccess

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SWRffW4ifQPUrGXJtgYWMd
@github-actions

Copy link
Copy Markdown

ThreatCrush Security Scan

13 finding(s)

MEDIUM: 9 | LOW: 4

Severity Rule Location
MEDIUM redos-nested-quantifier src/app/api/profile/update/route.js:73
MEDIUM js-unescaped-html-sink src/app/blog/[slug]/page.jsx:38
MEDIUM js-unescaped-html-sink src/app/blog/[slug]/page.jsx:66
MEDIUM js-unescaped-html-sink src/app/faq/page.jsx:57
MEDIUM js-unescaped-html-sink src/app/layout.jsx:137
MEDIUM js-unescaped-html-sink src/app/layout.jsx:141
MEDIUM js-unescaped-html-sink src/app/page.jsx:47
MEDIUM redos-nested-quantifier src/lib/auth/dns-name.js:88
MEDIUM js-unescaped-html-sink src/lib/components/chat/MessageItem.jsx:60
LOW secret-generic-credential src/app/api/auth/register-anon/route.test.js:32
LOW secret-jwt tests/debug-sms.js:10
LOW secret-generic-credential tests/private-key-import-export.test.js:252
LOW secret-generic-credential tests/private-key-import-export.test.js:264

Snippets are redacted; ThreatCrush never prints matched credential material.

@ralyodio
ralyodio merged commit 465d12a into master Sep 12, 2026
10 checks passed
@ralyodio
ralyodio deleted the openaccess-descriptor branch September 12, 2026 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant