This repository was archived by the owner on Dec 13, 2018. It is now read-only.
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Cookie consent feature #1561
Closed
Description
In order to help customers implement cookie compliance policies, like GDPR, we want to introduce a few concepts:
- Cookie Reason when creating a cookie
- Middleware that detects if consent for cookies of non-essentialreasons has been granted
- IFeature to allow code to reason about the consent status
- Modify CookieBuilder so that non-essential cookies can be blocked unless consent has been granted.