activeOrganizationId stays null after setActiveOrganization
@better-auth/cli ZOD version dependency
Bearer 2FA
Next-intl + Stripe
Additional fields, FAILED_TO_CREATE_USER
Problem generate models with bun (bunx)
MCP plugin: problems with oauth and how to show consent screen to user
Waterfall in custom session plugin
customSessionPlugin to decorate  my session. I have user_preferences schema, that has 1:1 realtionship with user.  This create waterfall chain first session-> user->user_preferences. The waterfall between session and user makes absolute sense but I was wondering if we could avoid waterfall between user and user_preferences.  I was going through code of fetchSession and it seems this is not possible in better-auth. 
Has anyone tackled this before?  Any workarounds or patterns you've adopted would be super helpful!...better-auth+prisma+mongodb combo literally doesn't work

Hierarchically nested teams
How can i prevent same phone number adding by other user?
Metadata on subscriptions not working.
OTP immediately expires after creating
How to enforce max active sessions in Next.js with better-auth?
Bearer-token auth with social login?
OTP plugin usage
Setting up better auth for a swim saas
/team/[teamId]/*. Coaches, swimmers, and parents can technically belong to multiple teams at once. For example, lets say a coach is the head coach for the High School swim team and head coach for the Club team in town. Along with that, a swimmer could be associated to those two swim teams along with their parents.
I know there's the organization plugin, but I wasn't sure if the organization would be the name of the SaaS or if it would be the same of the swim team. The reason I was unsure is it looks like organizations have teamId, and thought maybe that's what I should use for individual teams? However, I wasn't sure if a user could belong to multiple teamId within an organization or not. The ability to be associated with multiple teams at once is a huge need for this app to work....Customize UI for Screens provided by Better Auth

ERROR [Better Auth]: Failed to create user TypeError: value.map is not a function
What happens if the session freshness check fails ?