Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0] [ADD] fastapi_encrypted_errors #468

Draft
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Conversation

paradoxxxzero
Copy link
Contributor

@paradoxxxzero paradoxxxzero commented Nov 6, 2024

This module adds a "ref" field in the error response of FastAPI.
This field is an AES encrypted string that contains the error message / traceback.
This encrypted string can be decrypted using the endpoint decrypt error wizard.

This also changes extendable_fastapi dispatcher inheritance to allow several dispatcher overload.

Tests are failing for an unrelated change in endpoint_route_handler : OCA/web-api@66cf0ba

@paradoxxxzero paradoxxxzero force-pushed the 16.0-add-fastapi_encrypted_errors branch from 3f15227 to 7b298fa Compare November 6, 2024 13:43
@paradoxxxzero paradoxxxzero force-pushed the 16.0-add-fastapi_encrypted_errors branch 2 times, most recently from 5e260a1 to 3252269 Compare November 6, 2024 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant