Changeset dd568e7 in Klonkt for CHANGELOG.md
- Timestamp:
- 07/19/2026 03:15:18 AM (7 weeks ago)
- Branches:
- main
- Children:
- bf72108
- Parents:
- d49b60b
- git-author:
- Robin <roboburr@…> (07/19/2026 03:14:01 AM)
- git-committer:
- Robin <roboburr@…> (07/19/2026 03:15:18 AM)
- File:
-
- 1 edited
-
CHANGELOG.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG.md
rd49b60b rdd568e7 15 15 `/.well-known/oauth-authorization-server` (RFC 8414) exposes the metadata, so 16 16 clients discover everything instead of hardcoding paths. Public clients + PKCE 17 only, no client secrets. The token-accepting outbox (POST) is the next phase. 17 only, no client secrets. 18 - **The outbox accepts posts from apps (C2S, phase 1 complete).** A 19 bearer-authenticated `POST` to `/ap/users/:slug/outbox` now drives your account 20 from a client: publish a note, reply, like, boost, follow, and undo any of 21 those. Activities are translated onto the same delivery machinery the web UI 22 uses; a bare Note is wrapped in a Create per the spec; content is sanitized; 23 the token is scoped to one site so it can't post as another. Note: this is 24 ActivityPub C2S, which the Shaer apps speak. Mastodon clients (Ivory etc.) use 25 Mastodon's own API and are not supported by this. 18 26 19 27 ### Fixed
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)