Skip to content

Commit 93d167a

Browse files
authored
Merge pull request #21 from kethan1/main
Add Missing Property in Example Google Config
2 parents ce32902 + f99d32d commit 93d167a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/google.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default buildConfig({
1616
plugins: [
1717
OAuth2Plugin({
1818
enabled: true,
19+
strategyName: "google",
1920
serverURL: process.env.NEXT_PUBLIC_URL || "http://localhost:3000",
2021
authCollection: "users", // assuming you already have a users collection with auth enabled
2122
clientId: process.env.CLIENT_ID || "",

0 commit comments

Comments
 (0)