diff options
author | Chocobozzz <me@florianbigard.com> | 2022-10-05 15:37:15 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-10-07 10:51:16 +0200 |
commit | 56f47830758ff8e92abcfcc5f35d474ab12fe215 (patch) | |
tree | 854e57ec1b800d6ad740c8e42bee00cbd21e1724 /package.json | |
parent | 7dd7ff4cebc290b09fe00d82046bb58e4e8a800d (diff) | |
download | PeerTube-56f47830758ff8e92abcfcc5f35d474ab12fe215.tar.gz PeerTube-56f47830758ff8e92abcfcc5f35d474ab12fe215.tar.zst PeerTube-56f47830758ff8e92abcfcc5f35d474ab12fe215.zip |
Support two factor authentication in backend
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index dd913896d..6dcf26253 100644 --- a/package.json +++ b/package.json | |||
@@ -147,6 +147,7 @@ | |||
147 | "node-media-server": "^2.1.4", | 147 | "node-media-server": "^2.1.4", |
148 | "nodemailer": "^6.0.0", | 148 | "nodemailer": "^6.0.0", |
149 | "opentelemetry-instrumentation-sequelize": "^0.29.0", | 149 | "opentelemetry-instrumentation-sequelize": "^0.29.0", |
150 | "otpauth": "^8.0.3", | ||
150 | "p-queue": "^6", | 151 | "p-queue": "^6", |
151 | "parse-torrent": "^9.1.0", | 152 | "parse-torrent": "^9.1.0", |
152 | "password-generator": "^2.0.2", | 153 | "password-generator": "^2.0.2", |