Calling a function without logging in/authenticating as a user

Hi, is it possible to call a function without first having a user object in the Web SDK/NodeSDK ?

what if my function is set to run with as a system user or fixed userid? would I still need to generate a user object first in any case?

my current workaround is to use a webhook for such functions where I want to retrieve data prior to allowing a user to be authenticated

Hi @5ff25d3440814e198ead77c273f7525 ,

I would say that calling it via a webhook is a standard way.

You can potentially use anonymous auth for those calls but from sdk there must be an authentication made.

Thanks

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.