fastapi_auth_api_key
⧉ View on GitHubPurpose
Provides FastAPI dependencies for API key authentication in Odoo FastAPI endpoints.
Features
- fastapi.endpoint: Adds a field to associate API key groups for restricting endpoint access.
- authentication: Provides dependency to authenticate requests using API key header.
- authentication: Provides dependency to retrieve an authenticated Odoo environment based on the API key.
- authentication: Provides dependency to retrieve the authenticated partner associated with the API key.