Manual User SignUp
Get session call failing Safari
How to get a bigger profile image from google and facebook?
How to seed initial admin user on develop/staging/prod to start creating users
Captcha verification failed
Don't understand how to configure OIDC with an existing provider
auth.js
:
```javascript
import { betterAuth } from "better-auth";
import { sso } from "better-auth/plugins/sso";...How to Prevent Automatic Resending of Verification Email on Login with requireEmailVerification?
requireEmailVerification
option.
When I set requireEmailVerification: true
, the backend correctly returns a 403 response if a non-verified user tries to log in. I handle this on the frontend by showing a verification modal. However, I’ve noticed that BetterAuth also automatically resends the verification email to the user when this happens.
What I want:...stripe subscription list 401
Stripe customer portal "select certificate" alerts popping up multiple times
Extending the Organization plugin
Notion OAuth in Remix
How to invalidate the cookie cache after successful purchase via Polar?
additionalFields
for the balance of the users, the problem is when the user buys more credits via Polar and gets redirected to the /success
page in the Navbar where I display the balance I still see the cached value that comes from getSession
but in the Databse I can see the updated value. I managed to remove the cookie with something like this:
```ts
const removeCookie = createServerFn({ method: 'GET' }).handler(async () => {
// invalidate better-auth.session_data cookie
setCookie('better-auth.session_data', '', {...sub domain cookies not working

Invalid Email - Bad Request

Redirection after sign in

Stripe free trial limit of one help
got 403 in while list users

Better Auth Not Respecting OIDC Discovery Document Endpoints with IdentityServer4
/api/auth/sign-in/oauth2
).
Current Implementation
1. Server Configuration (server.ts
):...Social signup for Expo App
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....