Changes between Version 10 and Version 11 of S3/ConsentTracking


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/ConsentTracking

    v10 v11  
    3737== Requesting Consent ==
    3838
     39For the implementation of consent tracking, the framework provides the {{{auth_Consent}}} class which is available through {{{s3db}}}:
     40{{{
     41consent = s3db.auth_Consent()
     42}}}
     43
     44The constructor can be given a list of processing type codes to limit it to these types of data processing, e.g.:
     45{{{
     46consent = s3db.auth_Consent(processing_types=["STOREPID", "SHAREPID"])
     47}}}
    3948=== Embedding the Widget ===
    4049