Merge branch 'docs/admin-api' into 'develop'
[akkoma] / lib / pleroma / plugs / session_authentication_plug.ex
index 904a279526d5a128b1e117982b742965644d25b2..a08484b657004c3546253b206f4986ec7077c9de 100644 (file)
@@ -1,6 +1,9 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Plugs.SessionAuthenticationPlug do
   import Plug.Conn
-  alias Pleroma.User
 
   def init(options) do
     options