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