:coding:完成totp适配

This commit is contained in:
sunxiaolong
2023-11-20 15:47:51 +08:00
parent b250213626
commit 80a581486c
21 changed files with 641 additions and 247 deletions

2
go.mod
View File

@@ -7,4 +7,6 @@ require (
github.com/go-sql-driver/mysql v1.6.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/rs/xid v1.2.1
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
github.com/xlzd/gotp v0.1.0 // indirect
)