hagopj13 / node-express-boilerplate

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

Update auth middleware to check user role #284

Closed emretufekci closed 10 months ago

emretufekci commented 10 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 10 months ago

This not covers any kind of tests.