more secure totp and paswd check, admin pannel

This commit is contained in:
samantha42
2026-06-01 20:20:11 +02:00
parent 6df2b96dd9
commit f2cf27c76f
6 changed files with 87 additions and 26 deletions
+10 -2
View File
@@ -1,5 +1,13 @@
module site
go 1.23.4
go 1.25.0
require github.com/joho/godotenv v1.5.1
require (
github.com/joho/godotenv v1.5.1
github.com/pquerna/otp v1.5.0
)
require (
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
golang.org/x/crypto v0.52.0
)