express-oauth-server icon indicating copy to clipboard operation
express-oauth-server copied to clipboard

Modernize ES6

Open jwerre opened this issue 3 years ago • 2 comments

  • Convert to ES6 style class
  • Removed bluebird in favor of native Node.js Promise
  • document functions
  • Fixed test so they exit properly

jwerre avatar Jul 14 '21 16:07 jwerre

@mjsalinger if you'd like to add me as a contributor to this project I'd be happy to go through all the pull requests and issue and resolve them. I know this project has some security implications so if you'd rather not I understand. That said, it would be great for this project to move forward as you make updates to oauth2-server

jwerre avatar Jul 14 '21 20:07 jwerre

I really like your upgrade, gonna fork myself a copy out of your fork, because I would also bump oauth2-server to 3.1.1 at least

bmxpiku avatar Aug 06 '21 11:08 bmxpiku