Azure AD support + defaultReadAccess option + All Pages UI work
Showing
client/js/pages/all.js
0 → 100644
... | @@ -70,6 +70,7 @@ | ... | @@ -70,6 +70,7 @@ |
"image-size": "^0.5.1", | "image-size": "^0.5.1", | ||
"jimp": "github:ngpixel/jimp", | "jimp": "github:ngpixel/jimp", | ||
"js-yaml": "^3.8.3", | "js-yaml": "^3.8.3", | ||
"jsonwebtoken": "^7.3.0", | |||
"klaw": "^1.3.1", | "klaw": "^1.3.1", | ||
"levelup": "^1.3.5", | "levelup": "^1.3.5", | ||
"lodash": "^4.17.3", | "lodash": "^4.17.3", | ||
... | @@ -91,6 +92,7 @@ | ... | @@ -91,6 +92,7 @@ |
"multer": "^1.2.1", | "multer": "^1.2.1", | ||
"ora": "^1.2.0", | "ora": "^1.2.0", | ||
"passport": "^0.3.2", | "passport": "^0.3.2", | ||
"passport-azure-ad-oauth2": "0.0.4", | |||
"passport-facebook": "^2.1.1", | "passport-facebook": "^2.1.1", | ||
"passport-github2": "^0.1.10", | "passport-github2": "^0.1.10", | ||
"passport-google-oauth20": "^1.0.0", | "passport-google-oauth20": "^1.0.0", | ||
... | ... |
Please
register
or
sign in
to comment