Can I use Nuxt-auth v5 (https://auth.nuxtjs.org/) with Nuxt3 (https://v3.nuxtjs.org/) and Vue3 ?
I'm trying to use this.$auth.loginWith()
function of Nuxt-auth but i get an error like this.$auth is undefined
. Also, nuxt config files are written in typescript as I'm working with nuxt3.
Does someone ever try to use these versions together ?