modified: go.mod

modified:   go.sum
	new file:   internal/config/oauth.go
	new file:   internal/handler/auth.go
	new file:   internal/utils/errors.go
	new file:   internal/utils/json.go
	modified:   internal/utils/password.go
Add utils, add auth handler, auth configs
This commit is contained in:
2025-09-29 01:28:22 +05:00
parent 83559faa4d
commit bf296373bd
7 changed files with 316 additions and 6 deletions
+1
View File
@@ -8,6 +8,7 @@ require (
)
require (
cloud.google.com/go/compute/metadata v0.3.0 // indirect
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
golang.org/x/oauth2 v0.31.0 // indirect
)