Problem:
No strict boundary validation between frontend input and backend processing.
Issue idea:
Introduce request/response validation middleware using shared schemas.
Why it’s valuable:
- Prevents silent bugs
- Improves security
- Works perfectly with your domain-schema work (but is separate)
Problem:
No strict boundary validation between frontend input and backend processing.
Issue idea:
Introduce request/response validation middleware using shared schemas.
Why it’s valuable: