-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cookie consent #271
Comments
From discussion on #266
|
Was digging around on how to have a no-cookie csrf and found this: https://wikis.ec.europa.eu/display/WEBGUIDE/04.+Cookies+and+similar+technologies Definitely should have checked the law first. It looks like there's no need for consent for cookies used for things like user input, authentication and security. The csrf token definitely falls into user input and security so it's a non-issue here. The only other one we use is sessionid and falls into the authentication category. What I'll do is put together a "Cookies" page that outlines the cookie that we use for the site but it looks like there's no explicit need for consent popup for Teamware it its current state and no need to remove the CSRF cookie from the backend. |
I was checking to make sure if we need a popup banner and according UK gov website you don't need a cookies banner if you're only using essential cookies, we just need to have a cookies page: https://design-system.service.gov.uk/components/cookie-banner/ |
Need to implement some way to notify the user for the usage of cookies
The text was updated successfully, but these errors were encountered: