Open unascribed opened 5 years ago
Mastodon added a bunch of new OAuth scopes in 2.4.3. Moa still requests the full "read" and "write" permissions, which are now far too broad.
write:statuses, write:media, read:accounts, and read:statuses should be enough.
write:statuses
write:media
read:accounts
read:statuses
Seems reasonable
OK I've made this change.
Why did you revert the change? Is there something that doesn't work with this?
Mastodon added a bunch of new OAuth scopes in 2.4.3. Moa still requests the full "read" and "write" permissions, which are now far too broad.
write:statuses
,write:media
,read:accounts
, andread:statuses
should be enough.