X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fplugs%2Fsession_authentication_plug.ex;h=0f83a5e532d4947e7f66f051a5680dba1b87a2d8;hb=8bacdc36806efd01a7897359ff0fd2c8e24730d2;hp=904a279526d5a128b1e117982b742965644d25b2;hpb=9a96c93be71a1347a0b4f709c89589e6bac8d4de;p=akkoma diff --git a/lib/pleroma/plugs/session_authentication_plug.ex b/lib/pleroma/plugs/session_authentication_plug.ex index 904a27952..0f83a5e53 100644 --- a/lib/pleroma/plugs/session_authentication_plug.ex +++ b/lib/pleroma/plugs/session_authentication_plug.ex @@ -1,6 +1,9 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2020 Pleroma Authors +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Pleroma.Plugs.SessionAuthenticationPlug do import Plug.Conn - alias Pleroma.User def init(options) do options