/callback/:id for social sign in directly to /org-onboarding if the user is a member of an organization that didn't complete onboarding.auth.api.getFullOrganization() inside of hooks.after locally, I see that the Better Auth throws a APIError 401. (I assume this is because using await headers() to get the headers from nextjs are missing the Better Auth headers on the oauth callback. layout.tsx, we use the auth.api.getFullOrganization() to look at metadata about their Better Auth organization an optionally redirect them to an org onboarding flow. The problem with this approach is that it is slow and for a brief moment users see a blank root page. (Layout and Page load in parallel in NextJS apps)auth.api.getFullOrganization(), we still get the 401. I logged out what was in the response headers to debug and discovered that it's just an empty object.