Skip to main content

Fastapi Auth API Key

Project description

Odoo Community Association

Fastapi Auth API Key

Beta License: AGPL-3 OCA/rest-framework Translate me on Weblate Try me on Runboat

Provides FastAPI dependencies for Api Key authentication.

Table of contents

Usage

Getting an odoo environment

If you need to get an odoo env based on the provided api key, you can use authenticated_env_by_auth_api_key.

@router.get("/example_with_authenticated_env")
def example_with_authenticated_env(
    env: Annotated[Environment, Depends(authenticated_env_by_auth_api_key)],
) -> None:
    # env.user is the user attached to the provided key
    pass

Getting the authenticated partner

If want to get the partned related to the the provided api key, you can use authenticated_partner_by_api_key

@router.get("/example_with_authenticated_partner")
def example_with_authenticated_partner(
    partner: Annotated[Partner, Depends(authenticated_partner_by_api_key)],
) -> None:
    # partner is the partner related to the provided key key.user_id.partner_id
    pass

Configuration

For this to work, the api key must be defined on the Endpoint. A new field auth_api_key_group_id has been added to the Endpoint model.

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Camptocamp

Contributors

Other credits

The migration of this module from 16.0 to 17.0 was financially supported by Camptocamp

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

mmequignon

This module is part of the OCA/rest-framework project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file odoo_addon_fastapi_auth_api_key-17.0.1.0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for odoo_addon_fastapi_auth_api_key-17.0.1.0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a466c0a6eccf3828ed228d1f69c43a138f7b9f1f87b680e43eeeaeb491ad4d14
MD5 fa66a7615c7e50c6141d37dbcd9e258f
BLAKE2b-256 525af9c1c7df1c8752b35829c982a2169d5fd1e88483a5dc71c56de188d6e339

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page