No. I just tried and it works @PitaJ. I just changed the hook and it worked. Thank you so much! This is now solved
action:middleware.pageView
-
Is it possible to add new hook
action:middleware.pageView
inmiddleware.pageView
function? -
Thanks a lot @baris
-
I would be very appreciated if you can add one more hook into
authenticationController.logout
function(I need to perform additional actions on logout request).
-
Can you please pass
res
object into the hook? As I need to clear some cookies. -
Brilliant! Thank you