AspNetCore.Docs/aspnetcore/security/gdpr/sample
Rick Anderson 0065632835
How to make session cookies essential/GDPR (#11306)
* How to make session cookies essential/GDPR

* Update aspnetcore/security/gdpr.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>
2019-03-06 14:38:12 -10:00
..
RP How to make session cookies essential/GDPR (#11306) 2019-03-06 14:38:12 -10:00
README.md
Startup.cs Additional content on Cookie Policy Middleware (#8382) 2018-09-18 16:56:10 -05:00

README.md

GDPR Sample

  • In appsettings.json, set CheckNotConsentNeeded to false to require consent; otherwise set to true or omit. Test the app with CheckNotConsentNeeded set to false and set to true.
  • Create essential and non-essential cookies with each variation of CheckConsentNeeded and consent granted.
  • Register a user.
  • Delete cookies.