We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcd337 commit c4fde45Copy full SHA for c4fde45
Node/quickstarts/genkit-helloworld/functions/index.js
@@ -72,10 +72,6 @@ exports.tellJoke = onCallGenkit({
72
// Bind the Gemini API key secret parameter to the function.
73
secrets: [apiKey],
74
// [END bind-secrets]
75
- // [START auth-policy]
76
- // Protect your endpoint with authPolicy.
77
- authPolicy: (auth) => !!auth?.token.email_verified,
78
- // [END auth-policy]
79
},
80
// Pass in the genkit flow.
81
jokeTeller,
0 commit comments