From f99d32d9dbb674b33edd9dec6a8e5c4351889796 Mon Sep 17 00:00:00 2001 From: Kethan Vegunta Date: Sat, 16 Nov 2024 09:18:52 -0800 Subject: [PATCH] add missing property in example google config --- examples/google.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/google.md b/examples/google.md index 5bcb14f..9f25524 100644 --- a/examples/google.md +++ b/examples/google.md @@ -16,6 +16,7 @@ export default buildConfig({ plugins: [ OAuth2Plugin({ enabled: true, + strategyName: "google", serverURL: process.env.NEXT_PUBLIC_URL || "http://localhost:3000", authCollection: "users", // assuming you already have a users collection with auth enabled clientId: process.env.CLIENT_ID || "",