diff options
author | rinpatch <rin@patch.cx> | 2021-02-17 20:47:38 +0300 |
---|---|---|
committer | rinpatch <rin@patch.cx> | 2021-02-17 20:47:38 +0300 |
commit | 6d66fadea7f798f64f4f8b5d41c9ef29469eaf78 (patch) | |
tree | 8b2dc3283128e35c3aaebfe238ad59779af73a42 /config/config.exs | |
parent | 679a2e799e464f044d7afceb4c9a650d2d3b2e2a (diff) | |
download | pleroma-6d66fadea7f798f64f4f8b5d41c9ef29469eaf78.tar.gz pleroma-6d66fadea7f798f64f4f8b5d41c9ef29469eaf78.zip |
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/config.exs')
-rw-r--r-- | config/config.exs | 5 |
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 |