summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorrinpatch <rin@patch.cx>2021-02-17 20:47:38 +0300
committerrinpatch <rin@patch.cx>2021-02-17 20:47:38 +0300
commit6d66fadea7f798f64f4f8b5d41c9ef29469eaf78 (patch)
tree8b2dc3283128e35c3aaebfe238ad59779af73a42 /CHANGELOG.md
parent679a2e799e464f044d7afceb4c9a650d2d3b2e2a (diff)
Remove `:auth, :enforce_oauth_admin_scope_usage`
`admin` scope has been required by default for more than a year now and all apps that use the API seems to request a proper scope by now.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e26c8d261..74473b3d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
+### Removed
+
+- `:auth, :enforce_oauth_admin_scope_usage` configuration option.
+
### Changed
- **Breaking**: Changed `mix pleroma.user toggle_confirmed` to `mix pleroma.user confirm`