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

This package is auto-updated.

Last update: 2024-04-19 00:41:27 UTC


README

Quality Gate Status Coverage Maintainability Rating Vulnerabilities Bugs Code Smells

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'