You are not signed inSign in
This page uses the useSession() Vue Composable in the <Header/> component.
The useSession() Vue Composable is easy to use and allows pages to render very quickly.
The advantage of this approach is that session state is shared between pages by using a provided session via Vue Plugin so that navigation between pages using useSession() is very fast.
The disadvantage of useSession() is that it requires client side JavaScript.