diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-02-17 22:31:11 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-02-17 22:31:11 +0000 |
commit | c0437d12440acb08f30a456fade657de735c19d8 (patch) | |
tree | 36eb248552c51c1bd234966b65b2aa9a855772cd /docs/development/API/admin_api.md | |
parent | 679a2e799e464f044d7afceb4c9a650d2d3b2e2a (diff) | |
parent | 2ab9499258ee4abe92dd89dfe8ebaf0a7dad7564 (diff) | |
download | pleroma-c0437d12440acb08f30a456fade657de735c19d8.tar.gz pleroma-c0437d12440acb08f30a456fade657de735c19d8.zip |
Merge branch 'feat/enforce-admin-scope-unconditionally' into 'develop'
Remove `:auth, :enforce_oauth_admin_scope_usage`
See merge request pleroma/pleroma!3327
Diffstat (limited to 'docs/development/API/admin_api.md')
-rw-r--r-- | docs/development/API/admin_api.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/development/API/admin_api.md b/docs/development/API/admin_api.md index 04a181401..f6519830b 100644 --- a/docs/development/API/admin_api.md +++ b/docs/development/API/admin_api.md @@ -2,13 +2,6 @@ Authentication is required and the user must be an admin. -Configuration options: - -* `[:auth, :enforce_oauth_admin_scope_usage]` — OAuth admin scope requirement toggle. - If `true`, admin actions explicitly demand admin OAuth scope(s) presence in OAuth token (client app must support admin scopes). - If `false` and token doesn't have admin scope(s), `is_admin` user flag grants access to admin-specific actions. - Note that client app needs to explicitly support admin scopes and request them when obtaining auth token. - ## `GET /api/pleroma/admin/users` ### List users |