Merge branch 'feature/remove-unused-like-code' into 'develop'
[akkoma] / lib / pleroma / web / oauth / oauth_controller.ex
index 46688db7e8358cf85e4a78765812addffab8f76a..0121cd661001211b45f509f0bce2344f6f9f0800 100644 (file)
@@ -27,6 +27,8 @@ defmodule Pleroma.Web.OAuth.OAuthController do
   plug(:fetch_flash)
   plug(RateLimiter, [name: :authentication] when action == :create_authorization)
 
+  plug(:skip_plug, Pleroma.Plugs.OAuthScopesPlug)
+
   action_fallback(Pleroma.Web.OAuth.FallbackController)
 
   @oob_token_redirect_uri "urn:ietf:wg:oauth:2.0:oob"