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

endpoint for to get one user with id as parameter #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

patrixampm
Copy link
Collaborator

@patrixampm patrixampm commented Nov 22, 2024

I have implemented a simple endpoint for our userApi, in order to retrieve one user from the data-base.
The id of the user must be given as a parameter in the url.
Further steps must be taken in the next issues in order to hash the user password, which is now just mock data, but must be secured in the near future.

@patrixampm patrixampm self-assigned this Nov 22, 2024
@patrixampm patrixampm linked an issue Nov 22, 2024 that may be closed by this pull request
Copy link
Collaborator Author

@patrixampm patrixampm left a comment

Choose a reason for hiding this comment

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

I have reviewed the changes and I think they are in acordance to what was asked by the issue.

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.

[nodejs] Crear single user endpoint
1 participant