friendly-lite-server icon indicating copy to clipboard operation
friendly-lite-server copied to clipboard

Lite server for Friendly Captcha

Results 5 friendly-lite-server issues
Sort by recently updated
recently updated
newest added

Some clients use symfony's bodytoIterable(), for example https://gitlab.com/rapid-data/contao-bundles/captcha-bundle/-/blob/master/src/Service/FriendlyCaptchaService.php#L97 This seems to lead to a empty solution in siteverify.php Workarkound: use bodyToString() in the request.

I don't know if it's just me, but from my point of view `SECRET` and `API_KEY` are used against the other convention. Currently, you define `SECRET`, which you use as...

`$puzzleVersionHex` should use `$puzzleVersion` instead of `$appId`. Doesn't cause any real issue, because both are hardcoded to `1`.

php7.4 is EOL - we should use PHP8.1 as a requirement * test with PHP8.1 * adapt readme

Hi and thanks for this great project! I'd love to see this server running in Docker. If you're interested, I can provide a PR for a Docker-based setup including configuration...