Custom Function Authentication not working with nodejs package

Hi @Niklas_Grewe,

Can you share how you made it work?

Custom data is stored in a collection you can query it via the database service in a function or through context after user is authenticated and run function:

If you need to access from sdk after Auth completed check the relevant sdk docs.

Thanks