Closed ebelendez closed 4 years ago
Never mind, I found it!
public function post_userRegister(Request $request){
$captcha = new NoCaptchaV3(env('NOCAPTCHA_SECRET'), env('NOCAPTCHA_SITEKEY'));
$response = $captcha->verify($request->get('g-recaptcha-response'));
dd(
$response->toArray()
);
}
But you should really improve the documentation Thanks any way!
Description: The value of g-recaptcha-response is just a token..
Steps To Reproduce: Always
Thanks