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 Name | Description |
|---|---|
| token | JWT token for user authentification |
| theme | Default theme mode saved by user |
| isSettingMenuCollapsed | State of the collapsable menu |
| NEXT_LOCALE | Default nextjs locale variable |
| type-filter-table | Filter 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.
| Name | Description |
|---|---|
| type-filter-table | Filter settings save by the user for a specific table (articles-filter-table) for articles table |