Gugustinette
Nuxt3-leaflet not showing local image
Hi !
I made an exemple here : https://gugustinette.github.io/Nuxt-Leaflet/components/l-image-overlay.html
But still haven't found a way to make the component work correctly :/
2 replies
auth cookie
You'll probably be interested in the useCookie composable : https://nuxt.com/docs/api/composables/use-cookie
Pretty good, but this will require you to write some middleware in your nuxt app to handle it correctly (redirection and more).
From my experience, this is a bit harsh to configure (as their is still no magic
nuxt-auth
module for Nuxt3).
Here is the kind of middleware I used. But things can change depending on how you are rendering your pages, what type of cookie you use,...
7 replies