Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).