Hi, does anyone have a working example of how to sync user model via Prisma with Clerk? Clerk recommends using webhooks but the process has proven to be very tedious with little in the way of documentation.
I know you can instead be sneaky and use the afterAuth middleware instead, so I'll take those examples as well.