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

CreateUser #3

Open
varun10sudhir opened this issue Sep 22, 2023 · 0 comments · May be fixed by #15
Open

CreateUser #3

varun10sudhir opened this issue Sep 22, 2023 · 0 comments · May be fixed by #15
Labels
medium solve-first This issue should be solved first as all other issues depend on this.

Comments

@varun10sudhir
Copy link
Collaborator

varun10sudhir commented Sep 22, 2023

Create a user
Input the user_id, user_name and password in the request body
Hash the password using the SHA-256 method
Now add this user to the database
Return a json message saying a new user has been created with the appropriate success status code

@IshaanKMathur IshaanKMathur added the solve-first This issue should be solved first as all other issues depend on this. label Sep 22, 2023
Escanor-LionSin added a commit to Escanor-LionSin/REST_API that referenced this issue Sep 23, 2023
@Escanor-LionSin Escanor-LionSin linked a pull request Sep 23, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium solve-first This issue should be solved first as all other issues depend on this.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants