actually do some OAuth

This commit is contained in:
2026-08-06 10:08:07 -04:00
parent 349ab612d6
commit c305b53f11
8 changed files with 78 additions and 15 deletions
+2
View File
@@ -4,5 +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/go-jose/go-jose/v4 v4.1.4 // indirect
golang.org/x/oauth2 v0.36.0 // indirect
)