readd in password auth

This commit is contained in:
2026-08-06 14:54:20 -04:00
parent 16a38c972c
commit af2d823705
5 changed files with 53 additions and 6 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ go 1.26.1
require (
github.com/arran4/golang-ical v0.3.5 // indirect
github.com/coreos/go-oidc/v3 v3.20.0 // indirect
github.com/coreos/go-oidc/v3 v3.20.0
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
golang.org/x/oauth2 v0.36.0 // indirect
golang.org/x/oauth2 v0.36.0
)