caoxiemeihao / nuxt-electron

Integrate Nuxt and Electron
MIT License
190 stars 21 forks source link

How to use nuxt cookies. #45

Closed redcodemohammed closed 1 year ago

redcodemohammed commented 1 year ago

When using this module and when the Nuxt app runs inside Electron nuxt cookies doesn't work, it doesn't store the data passed to it in a cookie.

caoxiemeihao commented 1 year ago

https://www.electronjs.org/docs/latest/api/cookies

You can see the Electron's docs, which gives boilerplate code snippets on how to use cookies.