hcaptcha icon indicating copy to clipboard operation
hcaptcha copied to clipboard

Get the score if available

Open usamamuneerchaudhary opened this issue 11 months ago • 1 comments

Usage:

$isVerified = HCaptcha::verifyResponse($request->get('h-captcha-response'));

        if ($isVerified) {
            $score = HCaptcha::getScoreFromLastVerification();
        }

usamamuneerchaudhary avatar Mar 04 '24 00:03 usamamuneerchaudhary

@Scyllaly if you're interested in merging this just ping me and I'll submit https://github.com/cmsmaxinc/hcaptcha/commit/f3d9fc3f500b99fdc6a81439708e4976a59be9c8 as a PR instead.

LukeTowers avatar Mar 05 '24 09:03 LukeTowers

@Scyllaly if you're interested in merging this just ping me and I'll submit cmsmaxinc@f3d9fc3 as a PR instead.

Oh nice, You have a more updated package. Thank you 🙏 You should publish it in packagist

mreduar avatar May 29 '24 16:05 mreduar

@mreduar sure, I'll add that to my todo list for next week.

LukeTowers avatar Jun 01 '24 08:06 LukeTowers

@usamamuneerchaudhary Merged, thanks for your PR,

Scyllaly avatar Jun 08 '24 15:06 Scyllaly