Hey everybody, I'm working on my own platform, and I was wondering how do you guys cover GDPR compliance for the website. Also, an important aspect are the cookies. I know Remix uses cookies for the auth part. I was wondering if anybody had to actually implement a cookie prompt solely for this or you guys just don't specify it at all. I don't have much experience in bringing a product to production.
#GDPR, Terms and Conditions and Cookies Prompt
1 messages · Page 1 of 1 (latest)
When it comes to cookie consent you can see a great example here https://github.com/remix-run/remix/tree/main/examples/gdpr-cookie-consent
Nice, so basically, everything I need is on remix-run's repo <3. Thank you!
They have a pretty big repo with tons of awesome examples created by the community, just one step down in the url i sent: https://github.com/remix-run/remix/tree/main/examples