Changeset d49b60b in Klonkt for src/services/ActivityPubService.js
- Timestamp:
- 07/19/2026 02:52:55 AM (7 weeks ago)
- Branches:
- main
- Children:
- dd568e7
- Parents:
- c867b7b
- git-author:
- Robin <roboburr@…> (07/19/2026 02:52:09 AM)
- git-committer:
- Robin <roboburr@…> (07/19/2026 02:52:55 AM)
- File:
-
- 1 edited
-
src/services/ActivityPubService.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/services/ActivityPubService.js
rc867b7b rd49b60b 164 164 following: `${id}/following`, 165 165 featured: `${id}/featured`, 166 endpoints: { sharedInbox: `${base}/ap/inbox` }, 166 // C2S clients (Shaer apps) discover auth + upload here — no hardcoded paths. 167 // All four are ActivityPub-spec `endpoints` terms. Dynamic client registration 168 // (RFC 7591) is discovered via /.well-known/oauth-authorization-server, not here. 169 endpoints: { 170 sharedInbox: `${base}/ap/inbox`, 171 oauthAuthorizationEndpoint: `${base}/oauth/authorize`, 172 oauthTokenEndpoint: `${base}/oauth/token`, 173 uploadMedia: `${id}/uploadMedia`, 174 }, 167 175 publicKey: { 168 176 id: `${id}#main-key`,
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)