Compare commits

..

No commits in common. "d5d54f5769ec3212c7cc8dac64194548cf680db0" and "92e4efdf8c9945f1eeb69ef23dd5859f8f49b1ca" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -29,5 +29,5 @@ Access tokens are frequently used in development, but Akkoma and Pleroma lack an
To address this issue, I wanted Akkoma to have an easy way to register a client app and obtain an access token for testing. I opened an [issue](https://akkoma.dev/AkkomaGang/akkoma-fe/issues/296) on Akkoma-fe, but it has been pending for about a month without any response from the developer. As a result, I created this project.
This app is inspired by the [Access Token Generator for Pleroma API](https://tools.splat.soy/pleroma-access-token/) , but offers more features, such as finer-grained admin scopes, no analytics, and no data storage in local storage, making it a safer option.
This app is inspired by the [Access Token Generator for Pleroma](https://tools.splat.soy/pleroma-access-token/) API, but offers more features, such as finer-grained admin scopes, no analytics, and no data storage in local storage, making it a safer option.

View file

@ -72,7 +72,7 @@ const PLEROMA_ADMIN_READ_SCOPES = [
"admin:read:media_proxy_caches",
];
const PLEROMA_ADMIN_WRITE_SCOPES = [
...ADMIN_WRITE_SCOPES,
...ADMIN_READ_SCOPES,
"admin:write:chats",
"admin:write:invites",
"admin:write:statuses",