Skip to content

fix/API-7/endpoint-signup#20

Merged
andres15alvarez merged 1 commit into
devfrom
fix/API-7/endpoint-signup
Mar 15, 2025
Merged

fix/API-7/endpoint-signup#20
andres15alvarez merged 1 commit into
devfrom
fix/API-7/endpoint-signup

Conversation

@CarlosDev73
Copy link
Copy Markdown
Contributor

En este fix se ha optado por usar la serialización en NestJS es una herramienta que nos permite controlar cómo se transforman los datos en las respuestas de la API. Al utilizar @exclude(), podemos asegurar que la información sensible, como las contraseñas, no se envíe a los clientes.
image

@andres15alvarez andres15alvarez changed the title Uso de la "Serialization" de nestJS para transformar los datos devueltos en el sing-up(registro) fix/API-7/endpoint-signup Mar 15, 2025
@andres15alvarez andres15alvarez added the bug Something isn't working label Mar 15, 2025
Copy link
Copy Markdown
Member

@andres15alvarez andres15alvarez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@andres15alvarez andres15alvarez merged commit 378a36a into dev Mar 15, 2025
@andres15alvarez andres15alvarez deleted the fix/API-7/endpoint-signup branch March 15, 2025 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants