0065632835
* How to make session cookies essential/GDPR * Update aspnetcore/security/gdpr.md Co-Authored-By: Rick-Anderson <riande@microsoft.com> |
||
---|---|---|
.. | ||
RP | ||
README.md | ||
Startup.cs |
README.md
GDPR Sample
- In appsettings.json, set
CheckNotConsentNeeded
tofalse
to require consent; otherwise set to true or omit. Test the app withCheckNotConsentNeeded
set tofalse
and set totrue
. - Create essential and non-essential cookies with each variation of
CheckConsentNeeded
and consent granted. - Register a user.
- Delete cookies.