Which library to use to store tokens in cookies?

This page summarizes the projects mentioned and recommended in the original post on /r/vuejs

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • vuex-persistedstate

    Discontinued 💾 Persist and rehydrate your Vuex state between page reloads.

  • If so, is this the right library to use? https://github.com/robinvdvleuten/vuex-persistedstate https://github.com/cmp-cc/vue-cookies

    We use vuex-persisted state for session storage. We use https://github.com/js-cookie/js-cookie to set the auth cookie and then we have a getter in our store that checks the cookie token for validity for isLoggedIn

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • vue-cookies

    A simple Vue.js plugin for handling browser cookies

  • I just use vue-cookies for simple cookie manipulation - it's short and simple, and gives you access to cookies via Vue.$cookies methods.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Could not resolve peer dependency vuex@"^3.0 || ^4.0" with Vuex 4.0.0-rc.2 installed

    1 project | dev.to | 28 Feb 2022
  • vuex-persistedstate is all you need for your Vue and Nuxt project

    1 project | /r/Nuxt | 30 May 2021
  • For anyone haunted by the dreaded, empty, soul-killing [__ob__: Observer]...

    1 project | /r/vuejs | 26 May 2021
  • Vuex ORM and persisting data on static Nuxt app

    3 projects | /r/vuejs | 9 May 2021
  • Non authenticated users allow user to perform action X times only

    1 project | /r/Nuxt | 1 May 2021