Changes between Version 12 and Version 13 of S3/ConsentTracking


Ignore:
Timestamp:
06/12/19 08:00:02 (6 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified S3/ConsentTracking

    v12 v13  
    3838
    3939For the implementation of consent tracking, the framework provides the {{{auth_Consent}}} class which is available through {{{s3db}}}:
    40 {{{
     40{{{#!python
    4141consent = s3db.auth_Consent()
    4242}}}
    4343
    4444The constructor can be given a list of processing type codes to limit it to these types of data processing, e.g.:
    45 {{{
     45{{{#!python
    4646consent = s3db.auth_Consent(processing_types=["STOREPID", "SHAREPID"])
    4747}}}