fix tests
[akkoma] / lib / pleroma / web / plugs / ensure_authenticated_plug.ex
index a4b5dc257039193d9e9dfb4a42d9b9eccd896ea4..31e7410d627b9fe5b0b2231ab85be2ba81a881e6 100644 (file)
@@ -3,6 +3,10 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.Plugs.EnsureAuthenticatedPlug do
+  @moduledoc """
+  Ensures _user_ authentication (app-bound user-unbound tokens are not accepted).
+  """
+
   import Plug.Conn
   import Pleroma.Web.TranslationHelpers