-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
GDPR Compliance Cookie Consent Manager #2149
Comments
Hi there, I'm thinking about creating this component because a lot of my websites are using Vue and I want to update them once for all with a single component! |
Would be great! |
Hey there - just published a simple banner component for Vue: https://github.com/johndatserakis/vue-cookie-accept-decline. I had looked around and found a few projects, but the problem with them was that there was no decline option. So I put together one that let users opt-out, and when they do, it emits an event so you can do what you like (for us we disable Google Analytics in that space). Also, on component creation, it emits an event with the current status of the cookie. So, it doesn't go too far and allow people to select which cookie to disable, but it does allow you to keep track of the users that want to opt out. |
Hello, thanks for all the work. I'm still looking for a "one service at a time" UI cookie consent plugin. |
What about https://github.com/apertureless/vue-cookie-law? |
Any news here? |
Working hard on it, I'll keep you updated on its release (but it'll be a Nuxt module). |
@HapLifeMan : interested as well :) 🙏 |
Let me know if the topic is still relevant or requires some action from me |
@Scrum : maybe @HapLifeMan is working on a Nuxt module? (I would be happy with that!) |
I am looking for a cookie manager that follows the GDPR. As in being asked if i would like to accept cookies, as well as being able to select the cookies i would like to use.
The way it would work:
Examples: https://github.com/AmauriC/tarteaucitron.js
Do we have something like this in the VUE community?
The text was updated successfully, but these errors were encountered: