This is not compatible with nuxt as it will prevent client-side nuxt from accessing the cookie. This results in odd behavior where the user is authenticated and requests to the backend with useFetch succeed, but client-side use of the auth cookie fails (i.e in the nuxt middleware)
This is not compatible with nuxt as it will prevent client-side nuxt from accessing the cookie. This results in odd behavior where the user is authenticated and requests to the backend with useFetch succeed, but client-side use of the auth cookie fails (i.e in the nuxt middleware)