There was a problem fetching the pipeline summary.
[ci skip]Change passport auth to use oauth2
Showing
... | ... | @@ -38,7 +38,10 @@ |
"node-uuid": "^1.4.8", | ||
"nodemailer": "^4.0.1", | ||
"nodemailer-html-to-text": "^2.1.0", | ||
"oauth2orize": "^1.8.1", | ||
"passport": "^0.3.2", | ||
"passport-http-bearer": "^1.0.1", | ||
"passport-oauth2-client-password": "^0.1.2", | ||
"request": "^2.81.0", | ||
"squel": "^5.4.2", | ||
"winston": "^2.2.0" | ||
... | ... |
src/libs/middlewares/oauth2.js
0 → 100644
Please register or sign in to comment