https://github.com/simplesamlphp/simplesamlphp-module-cdc
Common domain cookies
https://github.com/simplesamlphp/simplesamlphp-module-cdc
Last synced: 9 months ago
JSON representation
Common domain cookies
- Host: GitHub
- URL: https://github.com/simplesamlphp/simplesamlphp-module-cdc
- Owner: simplesamlphp
- License: lgpl-2.1
- Created: 2019-02-11T19:48:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-30T20:16:59.000Z (9 months ago)
- Last Synced: 2025-04-30T20:45:04.211Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 116 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Common Domain Cookies

[](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-cdc)
[](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-cdc/?branch=master)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-cdc)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-cdc)
## Install
Install with composer
```bash
vendor/bin/composer require simplesamlphp/simplesamlphp-module-cdc
```
## Configuration
Next thing you need to do is to enable the module: in `config.php`,
search for the `module.enable` key and set `cdc` to true:
```php
'module.enable' => [
'cdc' => true,
…
],
```