Files
OSIT-AE-API-FastAPI/app
Scott Idem 8459b57e1b Refactor V3 CRUD: Extract helper functions and unify sanitization logic.
- Created app/lib_api_crud_v3.py to house core security, filtering, and sanitization logic.
- Implemented reusable sanitize_payload() to generically strip virtual lookup fields (*_id_random) and view-only fields (fields_to_exclude_from_db).
- Updated app/routers/api_crud_v3.py to use the new library and consolidated sanitization across all Create/Update endpoints.
- Documented Phase 1 completion in documentation/REFACTOR_API_CRUD_V3.md.
2026-01-09 16:16:44 -05:00
..
2020-09-14 12:41:02 -04:00
2023-07-12 16:13:57 -04:00
2026-01-06 18:06:45 -05:00
2026-01-06 18:06:45 -05:00