Hello
I’ve been struggling to understand exactly how database action scripts wrap/integrate webtasks behind the scenes. The documentation for database actions mentions using webtasks behind the scenes but doesn’t mention any limitations to that integration.
Is it possible to write a full fledged webtask, with custom npm modules, and use that for a custom database’s login script? If so, how would I direct Auth0 to run that particular webtask for that particular database action?