2cb2da7f14
* 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 |
||
---|---|---|
.. | ||
RP2.2 | ||
RP3.0 | ||
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.