summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBobby <[email protected]>2026-02-11 14:53:34 +0530
committerBobby <[email protected]>2026-02-11 14:53:34 +0530
commit3360be86fb6a595659c17f272d0c6072e512c154 (patch)
tree4b78aa8120909b596f219a0159a3532200a05b1a /go.mod
parentd87e08e0fc5911b2ff40604944448e1f0aaa31b7 (diff)
downloadcafe-3360be86fb6a595659c17f272d0c6072e512c154.tar.xz
cafe-3360be86fb6a595659c17f272d0c6072e512c154.zip
Implement OpenID authentication flow, including user session management and user info retrieval
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 70335e5..d99eb8e 100644
--- a/go.mod
+++ b/go.mod
@@ -3,17 +3,20 @@ module cafe
go 1.25.5
require (
+ github.com/coreos/go-oidc/v3 v3.17.0
github.com/flosch/pongo2/v6 v6.0.0
github.com/gofiber/fiber/v2 v2.52.10
github.com/gofiber/storage/postgres/v3 v3.3.1
github.com/gofiber/template/django/v3 v3.1.14
github.com/joho/godotenv v1.5.1
+ golang.org/x/oauth2 v0.35.0
gorm.io/driver/postgres v1.6.0
gorm.io/gorm v1.31.1
)
require (
github.com/andybalholm/brotli v1.1.0 // indirect
+ github.com/go-jose/go-jose/v4 v4.1.3 // indirect
github.com/gofiber/template v1.8.3 // indirect
github.com/gofiber/utils v1.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect