oauthjs / node-oauth2-server

Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js
https://npmjs.org/package/oauth2-server
MIT License
4.03k stars 932 forks source link

Rewrite using ES6 Promises #485

Open AaronNGray opened 6 years ago

AaronNGray commented 6 years ago

Rather than using bluebird and promisify-any for promises, rewite code using ES6 Promises.

AaronNGray commented 6 years ago

.tap() looks like an odd issue though.