hagopj13 / node-express-boilerplate

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

Improve API Doc security #258

Closed chintanshahts closed 4 months ago

chintanshahts commented 11 months 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 11 months ago

@hagopj13

chintanshahts commented 11 months ago

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

chintanshahts commented 6 months ago

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