]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Encrypt OTP secret
authorChocobozzz <me@florianbigard.com>
Mon, 10 Oct 2022 09:12:23 +0000 (11:12 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 10 Oct 2022 09:12:23 +0000 (11:12 +0200)
commita3e5f804ad821f6979e8735b0569b1209986fedc
tree5b34a6bd6b3cb1c5e3eed32a72d02922100d53dc
parenta0da6f90d16027b385a67da6a5691b163626a363
Encrypt OTP secret
16 files changed:
config/default.yaml
config/dev.yaml
config/production.yaml.example
config/test.yaml
server.ts
server/controllers/api/users/two-factor.ts
server/helpers/core-utils.ts
server/helpers/otp.ts
server/helpers/peertube-crypto.ts
server/initializers/checker-after-init.ts
server/initializers/checker-before-init.ts
server/initializers/config.ts
server/initializers/constants.ts
server/lib/auth/oauth.ts
server/tests/helpers/crypto.ts [new file with mode: 0644]
server/tests/helpers/index.ts