Hey, I'm in the process of migrating my previous custom auth logic to better-auth. I'm using better-auth on my Hono backend. I need to execute logic after the user completes the Google OAuth flow, I need to recreate a Postgres materialized view adding the newly create user. Previously I just had this logic in the handler itself but now I'm not sure where to add this logic. I'm trying to add this logic to a hook like so: