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

express-oauth-server > oauth2-server > lodash #82

Open dmouse opened 5 years ago

dmouse commented 5 years ago

Lodash needs to be updated

tobyhinloopen commented 5 years ago

Guess I just fork this branch so I can use it in my package.json. Thank you @dmouse

Others can do the same:

1) Open @dmouse 's patch on his github: https://github.com/dmouse/express-oauth-server/tree/patch-1 2) Fork it to prevent further (possibly malicious or broken) commits to be pulled in automatically 3) Add your fork to your package.json: (example; replace my username with yours) "express-oauth-server": "tobyhinloopen/express-oauth-server#patch-1", 4) Comment here to let @mjsalinger know you're waiting to get something like this merged

Milad commented 5 years ago

Are we going to merge this any time soon?

waspeer commented 5 years ago

+1

KGALLET commented 5 years ago

+1 also

dmouse commented 5 years ago

I sent an email to one of maintainers 🤞

nirman28 commented 5 years ago

+1

jagers commented 5 years ago

@dmouse The Travis CI build is failing

latzo87 commented 4 years ago

+1

viclec commented 4 years ago

Do we have any news?

ellisium commented 4 years ago

Is it maintained? 2 years to update lodash version 0_o

Milad commented 4 years ago

This is a small package. You can still write your own Express wrapper around node-oauth2-server which seems to be somehow maintained. https://github.com/oauthjs/node-oauth2-server/releases