[Convex Auth] How to access param in `createOrUpdateUser` callback
Currently, I have two tables: one for root users and another for sub-users. While I can customize user creation and updates by implementing my own
createOrUpdateUser callback, I’m facing a challenge. There’s no way to access supplementary data, such as the root user ID, during the login process. This makes it difficult to allow sub-users to authenticate using the required root user ID + sub-user email + password combination.Any workaround?
