nodejs-rest-api-example icon indicating copy to clipboard operation
nodejs-rest-api-example copied to clipboard

Results 5 nodejs-rest-api-example issues
Sort by recently updated
recently updated
newest added

Bumps [mongoose](https://github.com/Automattic/mongoose) from 3.8.25 to 5.9.22. Changelog Sourced from mongoose's changelog. 5.9.22 / 2020-07-06 fix(schema): treat { type: mongoose.Schema.Types.Array } as equivalent to { type: Array } #9194 fix: revert...

dependencies

Bumps [morgan](https://github.com/expressjs/morgan) from 1.5.2 to 1.10.0. Release notes Sourced from morgan's releases. 1.10.0 Add :total-time token Fix trailing space in colored status code for dev format deps: basic-auth@~2.0.1 deps: [email protected]...

dependencies

Update: Mongoose updated to 4.4 Edit: Get request for register converted to Post Edit: Error control better approach

There is not any detail regarding login api. Can you please tell me how I can send username and password for passport based authentication. My User is coming undefined. Thanks

While testing a new nodejs security tool I tested your repo because it was the first result for "nodejs security github" while looking for a repo to test. Here are...