Skip to content

WIP: [masto-api] Fixed OAuth endpoints, regenerated pnpm-lock.yaml, request body fix

Created by: natty

Fixed the /oauth/token and /v1/apps Mastodon API compatibility layer endpoints.

/oauth/token: GET + JSON -> POST + form data, added placeholder scopes to pass the required struct shape /v1/apps: Fixed an incorrect body field accessor

Also, pnpm-lock.yaml was regenerated, since it was out of sync.

Merge request reports