DEV Community

Discussion on: Authentication in NodeJS With Express and Mongo - CodeLab #1

Collapse
 
mikeypenny profile image
Miguel Sandoval

If you are using x-www-form-urlencoded you can get the params with req.body
Same is you send a json object from raw instead of x-www-form-urlencoded