mirror of
https://github.com/Sevichecc/m-oauth.git
synced 2025-04-30 06:59:29 +08:00
Compare commits
2 commits
92e4efdf8c
...
d5d54f5769
Author | SHA1 | Date | |
---|---|---|---|
|
d5d54f5769 | ||
|
ef5f6352c2 |
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue