afterUserCreatedOrUpdated() not being triggered after user creation or update
https://github.com/get-convex/convex-auth-example/blob/f699ad3c4c6d3cdcad6b182b9009004c443e53a5/convex/otp/TwilioOTP.ts
https://github.com/get-convex/convex-auth-example/blob/5163bd646c208dfce64b3cd4f05109d3c7dbe6f2/convex/otp/TwilioVerify.ts
I want to populate the
tokenIdentifier field of the user document for later use. I have extended the authTables's users table to have the tokenIdentifier field available.My
auth.ts file looks like this:The problem is, that is never being called. So I wonder what am I missing?
