Creates a context provider that always allows requests (no authentication). Useful for public endpoints.
export const handler = onCallGenkit( { contextProvider: allowAll() }, myPublicFlow); Copy
export const handler = onCallGenkit( { contextProvider: allowAll() }, myPublicFlow);
Creates a context provider that always allows requests (no authentication). Useful for public endpoints.