Action context inside auth callback
afterUserCreatedOrUpdated callback, but I'm getting the following error:Uncaught TypeError: ctx.runAction is not a function
A lot of the documentation talks about runAction, but I could only find examples of using it with useAction on the client. I really want to add details to the users table with 3rd party information after create.
What am I missing?
