[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 |
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