Authentication is required to continue 📋

Authentication\Authenticator\UnauthenticatedException
Toggle Vendor Stack Frames
        }
        $identity $request->getAttribute($this->getConfig('identityAttribute'));
        if (!$identity) {
            throw new UnauthenticatedException($this->getConfig('unauthenticatedMessage'''));
        }
    }
    /**

If you want to customize this error message, create templates/Error/error400.php