oauthjs / express-oauth-server

Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js
MIT License
484 stars 384 forks source link

"body-parser" should not be dev-dependency #108

Open bkilinc opened 4 years ago

bkilinc commented 4 years ago

"body-parser" is in "devDependencies" section. It should be in "dependencies" section.

Uzlopak commented 4 years ago

I disagree, as the body-parser is not needed at all.

paularah commented 3 years ago

I share the same opinion with @Uzlopak I think body-parser as an external dependency has been deprecated from express, so there's no need for it.