This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Description
Hello, I am using your plugin for my website. I want to check the user login process in the header of a public website. But when I use middleware, when 'guest', the index section does not appear when logged in. When I do 'auth', I cannot see the index page when I am not logged in. How can I pull data with both 'auth' and 'guest'? I can't pull auth data on pages where I don't use middleware auth.