Fastapi Captcha Altcha Backend

fastapi_captcha_altcha_backend
REPOSITORY
REPOSITORYOCA/rest-framework
GIT
GIThttps://github.com/OCA/rest-framework.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/rest-framework/tree/18.0/fastapi_captcha_altcha_backend
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Florian Mounier
WEBSITE
WEBSITEhttps://github.com/OCA/rest-framework
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/rest-framework:
    - fastapi_captcha
    - fastapi
OCA/web-api:
    - endpoint_route_handler
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES altcha>=2.0.0
a2wsgi>=1.10.6
fastapi>=0.110.0
parse-accept-language
python-multipart
ujson
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds Altcha service as a FastApi router and add local Altcha verification as
a captcha method.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (1)

New fields (1)
  • captcha_type Selection
    selection_add=[('altcha_local', 'Altcha (Local)')]
Public methods (1)
  • validate_captcha(self, captcha_response)
    Validate the captcha response.