Fastapi Auth API Key

fastapi_auth_api_key
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_auth_api_key
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYOthers
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Maksym Yankin
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
OCA/server-auth:
    - auth_api_key_group
    - auth_api_key
OCA/web-api:
    - endpoint_route_handler
odoo/odoo:
    - base_setup
    - base
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES a2wsgi>=1.10.6
fastapi>=0.110.0
parse-accept-language
python-multipart
ujson
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Provides FastAPI dependencies for Api Key authentication.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
fastapi_endpoint_form_view fastapi.endpoint.form.inherit fastapi.endpoint group Inherits fastapi.fastapi_endpoint_form_view
Models touched (1)

New fields (1)
  • auth_api_key_group_id Many2one → auth.api.key.group
    help="If not set, all 'auth.api.key' are allowed to access to endpoints" args: 'auth.api.key.group'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/rest-framework
GIT
GIThttps://github.com/OCA/rest-framework.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/rest-framework/tree/17.0/fastapi_auth_api_key
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYOthers
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSLaurent Mignon (ACSONE), Pierre Verkest, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/rest-framework
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:19:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/rest-framework:
    - fastapi
OCA/server-auth:
    - auth_api_key_group
    - auth_api_key
OCA/web-api:
    - endpoint_route_handler
odoo/odoo:
    - base_setup
    - base
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES a2wsgi>=1.10.6
fastapi>=0.110.0
parse-accept-language
python-multipart
ujson
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Provides FastAPI dependencies for Api Key authentication.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
fastapi_endpoint_form_view fastapi.endpoint.form.inherit fastapi.endpoint group Inherits fastapi.fastapi_endpoint_form_view
Models touched (1)

New fields (1)
  • auth_api_key_group_id Many2one → auth.api.key.group
    help="If not set, all 'auth.api.key' are allowed to access to endpoints" args: 'auth.api.key.group'
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/rest-framework
PULL REQUEST
PULL REQUEST[19.0][MIG] fastapi_auth_api_key: Migration to 19.0 (#619)