AspNetCore.Docs/aspnetcore/security/gdpr/sample
Martin Ø. Christensen 2cb2da7f14 Adding a hint to include a missing using directive (#13849)
* Adding a hint to include a missing using directive when adding a cookie consent feature.

* Added link to a blog post on how to add a revoke consent button.

* Update gdpr.md
2019-08-16 14:22:43 -04:00
..
RP2.2 Update GDPR to 3.0 (#13202) 2019-07-08 18:24:18 -06:00
RP3.0 Adding a hint to include a missing using directive (#13849) 2019-08-16 14:22:43 -04:00
README.md Update README.md (#6548) 2018-05-23 07:57:37 -10:00
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.