Is auth context passed to scheduled actions from server side queries/mutations?
However when trying to retrieve the userIdentity within the action via:
It returns null.
Is the auth context only passed to the action when the action is called directly from the client? Or am I doing something wrong? I'm using Convex Auth btw.
