Ergo-Tasks / ergo-api

Érgo Express rest api
0 stars 0 forks source link

Feature userauth #6

Closed reevesabbas closed 3 years ago

reevesabbas commented 3 years ago

All user sign-up routes completed with required middleware. Only thing to point out is our PUT route, Kayden and I were thinking there might be a better way of checking the request body for updated user fields/info than the current code (if statements).

KieranVieira commented 3 years ago

Needs testing