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

Update auth middleware to check user role #284

Closed emretufekci closed 5 months ago

emretufekci commented 5 months ago

Update auth middleware to check user role so this code is able to return 'please authenticate' for invalid kind of user role.

emretufekci commented 5 months ago

This not covers any kind of tests.