neamil / device_cookies
a base for a php implementation of device cookies as described in OWASP https://www.owasp.org/index.php/Slow_Down_Online_Guessing_Attacks_with_Device_Cookies
1.0.1
2020-06-09 08:51 UTC
Requires
- php: ^7.2
Requires (Dev)
- ext-xdebug: *
- friendsofphp/php-cs-fixer: v2.16.3
- phpstan/phpstan: ^0.12.26
- phpunit/phpunit: ^8.4
- roave/security-advisories: dev-master
- vimeo/psalm: ^3.11
This package is auto-updated.
Last update: 2025-01-19 02:43:02 UTC
README
device_cookies
a base for a php implementation of device cookies as described in OWASP https://www.owasp.org/index.php/Slow_Down_Online_Guessing_Attacks_with_Device_Cookies
this base provides interfaces and services to use for an implementation
development
running unit tests with docker-compose
to conveniently execute the unit tests just run 'docker-compose run --rm phpunit'