AspNetCore.Docs/aspnetcore/security/gdpr/sample
Rick Anderson 0f3ed049dd
Update README.md (#6548)
* Update README.md

* Update README.md
2018-05-23 07:57:37 -10:00
..
RP New doc: GDPR support in ASP.NET Core (#6516) 2018-05-22 17:09:19 -10: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.