hagopj13 / node-express-boilerplate

A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose
MIT License
6.99k stars 2.05k forks source link

Improve API Doc security #258

Closed chintanshahts closed 9 months ago

chintanshahts commented 1 year ago

Secure the API Documentation

  1. Used express-basic-auth for the basic authentication
  2. Used joi validation for the new parameters in the config file.
  3. Updated .env.example file with new parameters
  4. Updated readme.md file with new parameters

Link to Issue

https://github.com/hagopj13/node-express-boilerplate/issues/257

chintanshahts commented 1 year ago

@hagopj13

chintanshahts commented 1 year ago

@hagopj13, did you got the chance to review the code?

chintanshahts commented 11 months ago

@hagopj13, did you got the chance to review the code?