How can I do multiple Database calls 'during' user creation transaction in google OAuth?
How to handle this error myself?

Is it okay for getsession req to be made for every protected route or I should cache it?
JSON.parse error in Express.js

Google auth on plasmo browser extension
create user with signUpEmail
auth.api.signUpEmail
I can get the response object, but the user is not inserted in the database:
```js...ERROR [Better Auth]: [#better-auth]: Couldn't read your auth config. Error: Neither apiKey nor
ERROR [Better Auth]: Error Error: NOT_FOUND
"Email is missing" error with Generic OAuth2 plugin
{ accountId: string, displayName: string }
.
Clerk handles this by presenting the user with another form in which they must enter their email, but I'm not seeing how to configure this with better-auth. Anyone have ideas?...Get google oauth access token and implement google refresh token
redirect_uri starts with http
Migration Guide from Clerk to Better Auth
Anyway to access admin API from server?
API Organisation Types
global onSuccess question
onResponse
instead for the time beingSuper Admin role creation assistance
User as an organization
Cookies amongst multiple tenants, subdomains, and custom domains for a SaaS
mycoolapp.com
where i'll be serving the marketing, john.mycoolapp.com
, and maryscoolapp.com
).
Looking for guidance on how to get it working with BetterAuth; my stack is SvelteKit, with Postgres + Drizzle (using the direct Postgres connector, though), with Directus as the CMS for end users. Currently I'm having an issue where the cookies are being set on the TLD and not working on the subdomains.
I'm aware that there's an organisation plugin, but that doesn't look to have anything specific to sharing cookies between sites....How do you let the user choose which Google account to use when using social sign-in?
How do I implement authentication for tenant's clients with better-auth ?