Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

aligajani's avatar

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.

0 likes
0 replies

Please or to participate in this conversation.