summaryrefslogtreecommitdiff
path: root/config
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 /config
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 'config')
-rw-r--r--config/config.exs5
1 files changed, 1 insertions, 4 deletions
diff --git a/config/config.exs b/config/config.exs
index 0fbca06f3..66aee3264 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -611,10 +611,7 @@ config :ueberauth,
base_path: "/oauth",
providers: ueberauth_providers
-config :pleroma,
- :auth,
- enforce_oauth_admin_scope_usage: true,
- oauth_consumer_strategies: oauth_consumer_strategies
+config :pleroma, :auth, oauth_consumer_strategies: oauth_consumer_strategies
config :pleroma, Pleroma.Emails.Mailer, adapter: Swoosh.Adapters.Sendmail, enabled: false