Implement initial TOTP support (secret in third notes line, will eventually have its own dedicated field)

This commit is contained in:
2024-03-18 16:44:22 -04:00
parent 782f03e276
commit 9af89d5c85
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -3,11 +3,13 @@ module github.com/rwinkhart/MUTN
go 1.22.0
require (
github.com/pquerna/otp v1.4.1-0.20231130234153-3357de7c0481
golang.org/x/crypto v0.20.0
gopkg.in/ini.v1 v1.67.0
)
require (
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
github.com/stretchr/testify v1.8.4 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/term v0.17.0 // indirect