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

Add support for alternative captcha services #425

Merged
merged 4 commits into from
Nov 7, 2021

Conversation

Dosenpfand
Copy link
Contributor

Hi,
This merge request would add support for more CAPTCHA services, e.g. hCaptcha, a privacy focused non-Google alternative to reCAPTCHA.
If desired I could also add an additional hCaptcha entry to the examples/.

Cheers!

@codecov-io
Copy link

codecov-io commented Dec 11, 2020

Codecov Report

Merging #425 (d0d897a) into master (3ed9be4) will increase coverage by 0.12%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #425      +/-   ##
==========================================
+ Coverage   97.97%   98.09%   +0.12%     
==========================================
  Files          18       18              
  Lines         936      998      +62     
  Branches       73       78       +5     
==========================================
+ Hits          917      979      +62     
  Misses         17       17              
  Partials        2        2              
Impacted Files Coverage Δ
flask_wtf/recaptcha/validators.py 100.00% <100.00%> (ø)
flask_wtf/recaptcha/widgets.py 100.00% <100.00%> (ø)
tests/test_recaptcha.py 100.00% <100.00%> (ø)
flask_wtf/file.py 93.87% <0.00%> (+2.21%) ⬆️
tests/test_file.py 85.18% <0.00%> (+4.23%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3ed9be4...d0d897a. Read the comment docs.

@azmeuk
Copy link
Member

azmeuk commented Nov 7, 2021

Thank you for your contribution!

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

Successfully merging this pull request may close these issues.

3 participants