Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F84165732
expect_authenticated_check_plug.ex
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
552 B
Referenced Files
None
Subscribers
None
expect_authenticated_check_plug.ex
View Options
# Pleroma: A lightweight social networking server
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule
Pleroma.Plugs.ExpectAuthenticatedCheckPlug
do
@moduledoc
"""
Marks `Pleroma.Plugs.EnsureAuthenticatedPlug` as expected to be executed later in plug chain.
No-op plug which affects `Pleroma.Web` operation (is checked with `PlugHelper.plug_called?/2`).
"""
use
Pleroma.Web
,
:plug
def
init
(
options
),
do
:
options
@impl
true
def
perform
(
conn
,
_
)
do
conn
end
end
File Metadata
Details
Attached
Mime Type
text/x-ruby
Expires
Thu, Jun 4, 6:48 PM (1 d, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1441807
Default Alt Text
expect_authenticated_check_plug.ex (552 B)
Attached To
Mode
rPUBE pleroma-upstream
Attached
Detach File
Event Timeline
Log In to Comment