We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce32902 commit f99d32dCopy full SHA for f99d32d
examples/google.md
@@ -16,6 +16,7 @@ export default buildConfig({
16
plugins: [
17
OAuth2Plugin({
18
enabled: true,
19
+ strategyName: "google",
20
serverURL: process.env.NEXT_PUBLIC_URL || "http://localhost:3000",
21
authCollection: "users", // assuming you already have a users collection with auth enabled
22
clientId: process.env.CLIENT_ID || "",
0 commit comments