start implementing auth

This commit is contained in:
2026-02-23 14:34:19 -05:00
parent 715c122eb7
commit af9c23c521
14 changed files with 341 additions and 24 deletions
+5
View File
@@ -3,3 +3,8 @@ module go-weather
go 1.25.6
require github.com/lib/pq v1.11.1
require (
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
golang.org/x/crypto v0.48.0 // indirect
)