Skip to content
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

Add cookie banner/acceptence when signing up #1877

Open
tobiasdiez opened this issue Mar 20, 2023 · 1 comment
Open

Add cookie banner/acceptence when signing up #1877

tobiasdiez opened this issue Mar 20, 2023 · 1 comment
Labels
p4: important For example a bug that violate documented behavior or significantly improves performance status: blocked Blocked by an issue / missing feature of a dependency, or by another issue type: enhancement Improving upon an existing feature

Comments

@tobiasdiez
Copy link
Member

tobiasdiez commented Mar 20, 2023

According to WP 29 Opinion 04/2012 on Cookie Consent Exemption 3.2 Authentication cookies simple authentication cookies are exempted from GDPR cookie banner. However, long-term session cookies that persist across browser sessions do need a special consent. This can be implemented as:

The commonly seen method of using a checkbox
and a simple information note such as “remember me (uses cookies)” next to the submit form
would be an appropriate means of gaining consent therefore negating the need to apply an
exemption in this case.

Decision: implement it as such a "remember me" checkbox

@tobiasdiez tobiasdiez added type: enhancement Improving upon an existing feature p4: important For example a bug that violate documented behavior or significantly improves performance labels Mar 20, 2023
@tobiasdiez tobiasdiez changed the title Add cookie banner/acceptence when logging in Add cookie banner/acceptence when signing up Apr 27, 2023
@tobiasdiez
Copy link
Member Author

tobiasdiez commented Jul 10, 2023

Let's wait until nuxt/h3 finally provides session/auth, refs #635

@tobiasdiez tobiasdiez added the status: blocked Blocked by an issue / missing feature of a dependency, or by another issue label Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p4: important For example a bug that violate documented behavior or significantly improves performance status: blocked Blocked by an issue / missing feature of a dependency, or by another issue type: enhancement Improving upon an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant