holloやmastodonに長文markdown快適に投稿するためのクライアント作った( https://ssig33.github.io/fuckpost/ )その途中に気付いたんだけど、holloのCORSの設定不完全な部分があってWeb+JSだけのクライアントだとAuthorization Code Flow動かない。
https://github.com/fedify-dev/hollo/pull/138
というわけでそこを直すようなpull requestをholloに出してみたがどうなるかな。
github.com
fix: Add OPTIONS method to /oauth/token CORS policy to support preflight requests by ssig33 · Pull Request #138 · fedify-dev/hollo
This fix addresses the issue where applications could be registered via CORS but authentication would ultimately fail. The preflight request (OPTIONS method) was returning a 404 error, preventing c...