Skip to content

Commit f99d32d

Browse files
authored
add missing property in example google config
1 parent ce32902 commit f99d32d

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)