Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recaptcha v3 score #194

Closed
dominicmarmont opened this issue Aug 6, 2019 · 3 comments
Closed

recaptcha v3 score #194

dominicmarmont opened this issue Aug 6, 2019 · 3 comments

Comments

@dominicmarmont
Copy link

recaptcha v3 has a score attribute on the response dict from recaptcha.

https://developers.google.com/recaptcha/docs/v3

It would me nice if we could have some way to access this score value from a successful response as it is googles quality score given to the user 0.0 being a bot and 1.0 being a human.

What do you think is the best way to make that accessible?

@VictorCarlquist
Copy link
Contributor

Hi!

This MR #195 doesn't give access to the score value, but it can check if the captcha is valid (bot or human) based on the threshold value.

cheers!

@AltusBarry
Copy link
Contributor

PR #195 has been merged and we have released version 2.0.5 into the wild. See the readme for a tad more info. https://github.com/praekelt/django-recaptcha#recaptcha-v3-score

@LuRsT
Copy link

LuRsT commented Feb 11, 2020

I'm guessing we can close this Issue then :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants