dbaelz
10/25/2024, 8:22 PMEnginePipeline.Before
so the install order doesn't matter, it's always called before the the routing is done
• Custom plugin that calls the auth and then shutdown: -> Does this even work? Does it require copying code from the other two plugins? Also not really what I want
My hack solution so far:
• Create route with authenticate
for the shutdown route
• Install the shutdown url plugin inside the body the GET of that route
• Use respondRedirect to redirect to the shutdown url (would be infinite redirect, but the shutdown url plugin is triggered instead)dbaelz
10/25/2024, 8:22 PMAleksei Tirman [JB]
10/26/2024, 10:42 AMdbaelz
10/26/2024, 6:38 PM