Skip to content

Check client and token in GET /oauth/authorize

h3poteto requested to merge h3poteto/pleroma:iss-1376 into develop

This pull request is a fix for: #1376 (closed) .

After I already logged in MastodonFE, this endpoint returns MastodonFE's token even though I request 3rd party application authorization. So I added token and client verification when authorize.

Edited by h3poteto

Merge request reports