Open bsureshkrishna opened 3 months ago
Yes, I updated the code last week in which cookies are used to store the access token (the token that is created after a user logs in).
and after your update, cookies are not used any more ? how does it work then ?
Cookies are used after the update. In other words, the current website uses cookies to store tokens.
So then we do have an issue with cookie permissions, gdpr, etc. I assume these are non-tracking cookies.. but we need some sort of permissions check.
So as now, the site does not use cookies at all, is that right ?