[18.0] [ADD] fastapi_captcha#600
Conversation
9fac146 to
5e7444a
Compare
|
/ocabot merge nobump |
|
On my way to merge this fine PR! |
|
It looks like something changed on |
|
@sebastienbeau The merge process could not be finalized, because command |
|
/ocabot merge nobump |
|
What a great day to merge this nice PR. Let's do it! |
|
It looks like something changed on |
|
@sebastienbeau The merge process could not be finalized, because command |
|
/ocabot merge nobump |
|
On my way to merge this fine PR! |
|
@sebastienbeau The merge process could not be finalized, because command |
|
/ocabot merge nobump |
|
This PR looks fantastic, let's merge it! |
|
@sebastienbeau The merge process could not be finalized, because command |
|
/ocabot merge nobump |
|
On my way to merge this fine PR! |
|
@sebastienbeau The merge process could not be finalized, because command |
|
@sebastienbeau please retry the merge |
5e7444a to
45e2554
Compare
|
/ocabot merge nobump |
|
On my way to merge this fine PR! |
45e2554 to
551cc09
Compare
|
@sebastienbeau your merge command was aborted due to failed check(s), which you can inspect on this commit of 18.0-ocabot-merge-pr-600-by-sebastienbeau-bump-nobump. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
|
/ocabot merge nobump |
|
What a great day to merge this nice PR. Let's do it! |
|
@sebastienbeau The merge process could not be finalized, because command |
|
/ocabot merge nobump |
|
On my way to merge this fine PR! |
|
Congratulations, your PR was merged at 40822b9. Thanks a lot for contributing to OCA. ❤️ |
This is the 18.0 version of #528
This module provides a simple way to protect several fastapi endpoints routes with a captcha.
Description
It curreently supports the following captcha providers:
Usage
Check the
Use Captchacheckbox in your FastAPI endpoint to enable captcha validation, then enter your captcha provider, secret key and an array of route url regex.Altcha backend
This PR also now includes
fastapi_captcha_altcha_backendwhich is a local implementation of the altcha service