comment oauth3, add pkgs
This commit is contained in:
parent
e28d05aa6c
commit
1652494cd3
|
@ -161,7 +161,7 @@ function getApi(conf, pkgConf, pkgDeps, packagedApi) {
|
|||
packagedApi._api = require('express-lazy')();
|
||||
packagedApi._api_app = myApp;
|
||||
|
||||
require('./oauth3-auth').inject(conf, packagedApi._api, pkgConf, pkgDeps);
|
||||
//require('./oauth3-auth').inject(conf, packagedApi._api, pkgConf, pkgDeps);
|
||||
|
||||
// DEBUG
|
||||
//
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
"homepage": "https://github.com/Daplie/walnut",
|
||||
"dependencies": {
|
||||
"accepts": "^1.2.5",
|
||||
"app-scoped-ids": "^1.0.1",
|
||||
"authcodes": "git://bitbucket.org/daplie/authcodes.git",
|
||||
"authenticator": "^1.0.0",
|
||||
"bluebird": "2.x",
|
||||
|
@ -57,7 +58,6 @@
|
|||
"cookie-session": "1.x",
|
||||
"cookie-signature": "^1.0.6",
|
||||
"crc": "^3.2.1",
|
||||
"masterquest-sqlite3": "git://github.com/coolaj86/masterquest-sqlite3.git",
|
||||
"debug": "^2.1.3",
|
||||
"depd": "^1.0.0",
|
||||
"destroy": "^1.0.3",
|
||||
|
@ -81,6 +81,7 @@
|
|||
"json-storage": "2.x",
|
||||
"jsonwebtoken": "^5.4.0",
|
||||
"lodash": "2.x",
|
||||
"masterquest-sqlite3": "git://github.com/coolaj86/masterquest-sqlite3.git",
|
||||
"media-typer": "^0.3.0",
|
||||
"methods": "^1.1.1",
|
||||
"mime": "^1.3.4",
|
||||
|
|
Loading…
Reference in New Issue