login feature

This commit is contained in:
Simon Ding
2024-07-12 10:06:26 +08:00
parent a172ca0361
commit 60c3c8822e
16 changed files with 751 additions and 16 deletions

2
go.mod
View File

@@ -10,6 +10,8 @@ require (
golang.org/x/net v0.25.0
)
require github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
require (
ariga.io/atlas v0.19.1-0.20240203083654-5948b60a8e43 // indirect
github.com/agext/levenshtein v1.2.1 // indirect