error rename
[akkoma] / lib / pleroma / web / oauth / oauth_controller.ex
index 46688db7e8358cf85e4a78765812addffab8f76a..685269877f8e2c90246cfa711e7adb827867b673 100644 (file)
@@ -25,6 +25,9 @@ defmodule Pleroma.Web.OAuth.OAuthController do
 
   plug(:fetch_session)
   plug(:fetch_flash)
+
+  plug(:skip_plug, [Pleroma.Plugs.OAuthScopesPlug, Pleroma.Plugs.EnsurePublicOrAuthenticatedPlug])
+
   plug(RateLimiter, [name: :authentication] when action == :create_authorization)
 
   action_fallback(Pleroma.Web.OAuth.FallbackController)