Changes between Version 10 and Version 11 of S3/ConsentTracking
- Timestamp:
- 06/12/19 07:48:23 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/ConsentTracking
v10 v11 37 37 == Requesting Consent == 38 38 39 For the implementation of consent tracking, the framework provides the {{{auth_Consent}}} class which is available through {{{s3db}}}: 40 {{{ 41 consent = s3db.auth_Consent() 42 }}} 43 44 The constructor can be given a list of processing type codes to limit it to these types of data processing, e.g.: 45 {{{ 46 consent = s3db.auth_Consent(processing_types=["STOREPID", "SHAREPID"]) 47 }}} 39 48 === Embedding the Widget === 40 49