Changes between Version 4 and Version 5 of S3/ConsentTracking


Ignore:
Timestamp:
06/12/19 07:29:04 (6 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/ConsentTracking

    v4 v5  
    2020=== Consent Record ===
    2121
    22 ''[tbd]''
     22The {{{auth_consent}}} table records the user response to a consent option (yes or no). Each consent record refers to a specific consent option, hence type of data processing.
     23
     24A consent record will be created even if the user declines to consent (in this case with the {{{consented}}}-flag set to False). Therefore, the absence of a consent record for a processing type does not mean the user has declined, but rather that they have not been asked.
     25
     26Consent records can expire after a certain date, and will always expire when a new consent response of the same user for the same processing type is recorded.
    2327== Managing Consent Options ==
    2428