UnknownSilicon / cs3733-what2think

Group Project for CS3733
Apache License 2.0
1 stars 0 forks source link

RegisterUser creates an invalid user when given malformed input #44

Closed UnknownSilicon closed 3 years ago

UnknownSilicon commented 3 years ago

When given malformed input, RegisterUser creates a user in the database with a blank name and a blank password. This causes the lambda to succeed when given malformed input.

Tested input to the API:

{
  "name": "abc",
   "password", "pass"
}