Skip to content

Commit a8b2bdd

Browse files
committed
build: add ldapts and passport-custom dependencies
Add ldapts (v8.1.7) for modern LDAP client support and passport-custom (v1.1.1) for custom Passport strategy creation. Signed-off-by: Kwangjin Ko <kyet@me.com>
1 parent e788ab7 commit a8b2bdd

2 files changed

Lines changed: 34 additions & 0 deletions

File tree

package-lock.json

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"history": "5.3.0",
115115
"isomorphic-git": "^1.36.3",
116116
"jsonwebtoken": "^9.0.3",
117+
"ldapts": "^8.1.7",
117118
"load-plugin": "^6.0.3",
118119
"lodash": "^4.17.23",
119120
"lusca": "^1.7.0",
@@ -124,6 +125,7 @@
124125
"parse-diff": "^0.11.1",
125126
"passport": "^0.7.0",
126127
"passport-activedirectory": "^1.4.0",
128+
"passport-custom": "^1.1.1",
127129
"passport-local": "^1.0.0",
128130
"perfect-scrollbar": "^1.5.6",
129131
"react": "^16.14.0",

0 commit comments

Comments
 (0)