https://github.com/microcipcip/cookie-universal
Universal cookie plugin, perfect for SSR
https://github.com/microcipcip/cookie-universal
browser-cookie cookie cookie-connect cookie-express cookies node-cookie nuxt-cookie ssr-cookie universal-cookie vue-cookie
Last synced: 6 months ago
JSON representation
Universal cookie plugin, perfect for SSR
- Host: GitHub
- URL: https://github.com/microcipcip/cookie-universal
- Owner: microcipcip
- Created: 2018-02-08T11:20:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T15:32:33.000Z (over 2 years ago)
- Last Synced: 2025-04-09T19:40:41.505Z (6 months ago)
- Topics: browser-cookie, cookie, cookie-connect, cookie-express, cookies, node-cookie, nuxt-cookie, ssr-cookie, universal-cookie, vue-cookie
- Language: JavaScript
- Size: 838 KB
- Stars: 524
- Watchers: 7
- Forks: 39
- Open Issues: 23
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# [cookie-universal](packages/cookie-universal)
[](https://npmjs.com/package/cookie-universal)You can use `cookie-universal` to set, get and remove cookies in the **browser**, **node**, **connect** and **express** apps.
`cookie-universal` parse cookies with the popular [cookie node module](https://github.com/jshttp/cookie).# [cookie-universal-nuxt](packages/cookie-universal-nuxt)
[](https://npmjs.com/package/cookie-universal-nuxt)You can use `cookie-universal-nuxt` to set, get and remove cookies in both **client** and **server** side nuxt apps.
`cookie-universal-nuxt` parse cookies with the popular [cookie node module](https://github.com/jshttp/cookie).