null]; if (License::isPlus() && config('koel.proxy_auth.enabled')) { $data['token'] = optional( $proxyAuthService->tryGetProxyAuthenticatedUserFromRequest($request), static fn ($user) => $auth->logUserIn($user)->toArray() ); } return view('index', $data); } }