m2b3 / SciCommons-frontend

https://www.scicommons.org/
2 stars 16 forks source link

cookies #78

Open bsureshkrishna opened 3 months ago

bsureshkrishna commented 3 months ago

So as now, the site does not use cookies at all, is that right ?

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

bsureshkrishna commented 3 months ago

and after your update, cookies are not used any more ? how does it work then ?

dinakar17 commented 3 months ago

Cookies are used after the update. In other words, the current website uses cookies to store tokens.

bsureshkrishna commented 3 months ago

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.