You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: