Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T15:32:33.000Z (over 1 year ago)
- Last Synced: 2024-05-19T16:02:43.772Z (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: 520
- Watchers: 8
- Forks: 40
- Open Issues: 21
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# [cookie-universal](packages/cookie-universal)
[![npm (scoped with tag)](https://img.shields.io/npm/v/cookie-universal/latest.svg?style=flat-square)](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)
[![npm (scoped with tag)](https://img.shields.io/npm/v/cookie-universal-nuxt/latest.svg?style=flat-square)](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).