We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e35cdc commit b970feeCopy full SHA for b970fee
Node/quickstarts/genkit-helloworld/functions/index.js
@@ -74,7 +74,7 @@ exports.tellJoke = onCallGenkit({
74
// [END bind-secrets]
75
// [START auth-policy]
76
// Protect your endpoint with authPolicy.
77
- // authPolicy: (auth) => !!auth?.token.email_verified,
+ authPolicy: (auth) => !!auth?.token.email_verified,
78
// [END auth-policy]
79
},
80
// Pass in the genkit flow.
0 commit comments