anish2690 / vue-cookie-next

A vue 3 plugin for handling browser cookies with typescript support. Load and save cookies within your Vue 3 application
MIT License
53 stars 6 forks source link

how i set httpOnly option in vue3+typescript #16

Open chance-up opened 2 years ago

chance-up commented 2 years ago

I am developing using vue 3 + vite + typescript .

The 'secure' option is set shown below in main.ts image

but we also want to configure the httpOnly option as well.

how can i give 'httpOnly' option?

jonmpoole80 commented 1 year ago

I have the same question, though it appears this was never resolved??