Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
feat: add passport-2fa-totp
Browse files Browse the repository at this point in the history
  • Loading branch information
YanceyOfficial committed Mar 27, 2020
1 parent c7b3232 commit 9b6cd3c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"mongoose": "^5.9.2",
"morgan": "^1.9.1",
"passport": "^0.4.1",
"passport-2fa-totp": "^0.0.1",
"passport-jwt": "^4.0.0",
"pm2": "^4.2.3",
"reflect-metadata": "^0.1.13",
Expand Down
27 changes: 26 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8278,7 +8278,7 @@ node-notifier@^6.0.0:
shellwords "^0.1.1"
which "^1.3.1"

node-pre-gyp@*, node-pre-gyp@0.14.0:
[email protected]:
version "0.14.0"
resolved "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.14.0.tgz#9a0596533b877289bcad4e143982ca3d904ddc83"
integrity sha512-+CvDC7ZttU/sSt9rFjix/P05iS43qHCOOGzcr3Ry99bXG7VX953+vFyEuph/tfqoYu8dttBkE86JSKBO2OzcxA==
Expand Down Expand Up @@ -8324,6 +8324,11 @@ normalize-path@^2.1.1:
dependencies:
remove-trailing-separator "^1.0.1"

notp@^2.0.3:
version "2.0.3"
resolved "https://registry.npmjs.org/notp/-/notp-2.0.3.tgz#a9fd11e25cfe1ccb39fc6689544ee4c10ef9a577"
integrity sha1-qf0R4lz+HMs5/GaJVE7kwQ75pXc=

npm-bundled@^1.0.1:
version "1.1.1"
resolved "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.1.tgz#1edd570865a94cdb1bc8220775e29466c9fb234b"
Expand Down Expand Up @@ -8823,6 +8828,16 @@ pascalcase@^0.1.1:
resolved "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=

passport-2fa-totp@^0.0.1:
version "0.0.1"
resolved "https://registry.npmjs.org/passport-2fa-totp/-/passport-2fa-totp-0.0.1.tgz#953890d6d4e8b00f31ab550d94e19802f09c83d2"
integrity sha1-lTiQ1tTosA8xq1UNlOGYAvCcg9I=
dependencies:
notp "^2.0.3"
passport-strategy "^1.0.0"
qr-image "^3.1.0"
thirty-two "^1.0.1"

passport-jwt@^4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/passport-jwt/-/passport-jwt-4.0.0.tgz#7f0be7ba942e28b9f5d22c2ebbb8ce96ef7cf065"
Expand Down Expand Up @@ -9291,6 +9306,11 @@ q@^1.5.1:
resolved "https://registry.npmjs.org/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=

qr-image@^3.1.0:
version "3.2.0"
resolved "https://registry.npmjs.org/qr-image/-/qr-image-3.2.0.tgz#9fa8295beae50c4a149cf9f909a1db464a8672e8"
integrity sha1-n6gpW+rlDEoUnPn5CaHbRkqGcug=

[email protected]:
version "6.7.0"
resolved "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
Expand Down Expand Up @@ -10779,6 +10799,11 @@ thenify-all@^1.0.0:
dependencies:
any-promise "^1.0.0"

thirty-two@^1.0.1:
version "1.0.2"
resolved "https://registry.npmjs.org/thirty-two/-/thirty-two-1.0.2.tgz#4ca2fffc02a51290d2744b9e3f557693ca6b627a"
integrity sha1-TKL//AKlEpDSdEueP1V2k8prYno=

throat@^5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz#c5199235803aad18754a667d659b5e72ce16764b"
Expand Down

0 comments on commit 9b6cd3c

Please sign in to comment.