Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 909 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 909 Bytes

Consent Manager sample projects

Various integration examples to demonstrate and play with the lifecycle of a consent form created using the Right Consents platform.

Installation

You will need a running instance of the Right Consents platform. It can be run locally or remotely dependent on your needs.

Here's a rapid installation procedure to launch Right Consents (see detailed documentation here)

$ git clone git@github.com:fairandsmart/right-consent.git
$ cd right-consent
$ docker-compose up

Examples

All examples below come with a Dockerfile for ease of use.

PHP

  • php-iframe-form : a basic example that contains a single PHP page which display a consent form in an iframe.