mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
chore: add passport-custom dependency
This is used to implement a custom passport strategy for ldap auth since the passport-ldap package can only handle one ldap server and not multiple like we want. Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
ec6e66b6a8
commit
5dfb668484
2 changed files with 11 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
|||
"nest-router": "1.0.9",
|
||||
"node-fetch": "2.6.7",
|
||||
"passport": "0.5.2",
|
||||
"passport-custom": "^1.1.1",
|
||||
"passport-http-bearer": "1.0.1",
|
||||
"passport-local": "1.0.0",
|
||||
"pg": "8.7.3",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -5461,6 +5461,7 @@ __metadata:
|
|||
nest-router: 1.0.9
|
||||
node-fetch: 2.6.7
|
||||
passport: 0.5.2
|
||||
passport-custom: ^1.1.1
|
||||
passport-http-bearer: 1.0.1
|
||||
passport-local: 1.0.0
|
||||
pg: 8.7.3
|
||||
|
@ -8079,6 +8080,15 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"passport-custom@npm:^1.1.1":
|
||||
version: 1.1.1
|
||||
resolution: "passport-custom@npm:1.1.1"
|
||||
dependencies:
|
||||
passport-strategy: 1.x.x
|
||||
checksum: 245b265491c83186002a19db1c812565bb95fd2a7b842f8e8de58f3e22d669f680178b623db6a4be22aecacecd75097b96fa06f35c2b35fe3ef71e9ec77a538d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"passport-http-bearer@npm:1.0.1":
|
||||
version: 1.0.1
|
||||
resolution: "passport-http-bearer@npm:1.0.1"
|
||||
|
|
Loading…
Reference in a new issue