We should start resume the session with ApplicationSession before checking for Session keys in AllowAnonymous
This commit is contained in:
parent
fa989b8f10
commit
9a6d80986a
@ -16,8 +16,8 @@ return Application::configure(basePath: dirname(__DIR__))
|
||||
$middleware->appendToGroup(
|
||||
group: 'web',
|
||||
middleware: [
|
||||
AllowAnonymous::class,
|
||||
ApplicationSession::class,
|
||||
AllowAnonymous::class,
|
||||
SwapinAuthUser::class,
|
||||
ViewVariables::class,
|
||||
CheckUpdate::class,
|
||||
|
Loading…
x
Reference in New Issue
Block a user