AspNetCore.Docs/aspnetcore/security/gdpr/sample
Luke Latham 34b33e245b Add version to App package references (#7551)
Fixes #7532
2018-07-10 22:43:09 -05:00
..
RP Add version to App package references (#7551) 2018-07-10 22:43:09 -05:00
README.md Update README.md (#6548) 2018-05-23 07:57:37 -10:00
Startup.cs New doc: GDPR support in ASP.NET Core (#6516) 2018-05-22 17:09:19 -10: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.