Compare commits

...

2 commits

Author SHA1 Message Date
SevicheCC
d5d54f5769
fix: pleroma admin type 2023-06-08 22:59:19 +08:00
SevicheCC
ef5f6352c2
Update README.md 2023-06-08 17:31:40 +08:00
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](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.
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.

View file

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