Skip to main content

What do we store

Cookies

We use cookies to store some information related to the connected user. We used js-cookie to set and get cookies. We created some utils functions to manage cookie easily. Know all about helpers.

Cookie NameDescription
tokenJWT token for user authentification
themeDefault theme mode saved by user
isSettingMenuCollapsedState of the collapsable menu
NEXT_LOCALEDefault nextjs locale variable
type-filter-tableFilter settings save by the user for a specific table (articles-filter-table) for articles table

LocalStorage Data

We are using localStorage to store all the table user's preferences.

NameDescription
type-filter-tableFilter settings save by the user for a specific table (articles-filter-table) for articles table