Closed sandrotaje closed 1 month ago
This PR introduces a Zod.parse on every response of the BFF router. This guarantees that we are not returning properties in excess to the client avoiding potential security issues or leaking of information.
Zod.parse
This PR introduces a
Zod.parse
on every response of the BFF router. This guarantees that we are not returning properties in excess to the client avoiding potential security issues or leaking of information.