mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-09 12:08:08 -06:00
[feature] add TOTP two-factor authentication (2FA)
This commit is contained in:
parent
0850a8f646
commit
47b3078f04
70 changed files with 5437 additions and 813 deletions
11
vendor/modules.txt
vendored
11
vendor/modules.txt
vendored
|
|
@ -297,6 +297,11 @@ github.com/aymerick/douceur/parser
|
|||
# github.com/beorn7/perks v1.0.1
|
||||
## explicit; go 1.11
|
||||
github.com/beorn7/perks/quantile
|
||||
# github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc
|
||||
## explicit
|
||||
github.com/boombuler/barcode
|
||||
github.com/boombuler/barcode/qr
|
||||
github.com/boombuler/barcode/utils
|
||||
# github.com/buckket/go-blurhash v1.1.0
|
||||
## explicit; go 1.14
|
||||
github.com/buckket/go-blurhash
|
||||
|
|
@ -728,6 +733,12 @@ github.com/pkg/errors
|
|||
# github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
|
||||
## explicit
|
||||
github.com/pmezard/go-difflib/difflib
|
||||
# github.com/pquerna/otp v1.4.0
|
||||
## explicit; go 1.12
|
||||
github.com/pquerna/otp
|
||||
github.com/pquerna/otp/hotp
|
||||
github.com/pquerna/otp/internal
|
||||
github.com/pquerna/otp/totp
|
||||
# github.com/prometheus/client_golang v1.21.1
|
||||
## explicit; go 1.21
|
||||
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue