Mar 10, 2020
0
Level 7
Why does Nova still work if I disable AuthenticateSession middleware?
I am bit stunned how Laravel Nova is able to function if I disable the following middleware.
\Illuminate\Session\Middleware\AuthenticateSession::class,
I can still use the app, login, modify data et al.
Please or to participate in this conversation.