Vue3 - Pinia + Auth0 - isAuthenticated always false

Have you tried using beforeEnter: authGuard from import { authGuard } from “@auth0/auth0-vue”;
That is how I protect routes in my Vue 3 app. I am using Universal Login.