Dynamically create Role and Permission.
Hono + Better-auth + Lambda Cookies
Is there any way to create organization after user create hook?
headers
and pass userId
in the body insteadAuthClient not respecting baseURL
Retrieving the linked google `email` for credentials registered user
emailAndPassword
where a single account is created. Is it possible to gain information about another account with the same user
when linking a google account? I see that in the account
table, there is no way to retrieve the email.
My use-case is displaying the email where its possible that the user registered with a different google email as the one that he registered with (mismatch between google account and user
email)...Forget Password Security/Rate limits
forgetPassword
?
For example, can we prevent generating a new reset password entry for a given value
id if there are already X non-expired entries for it?
Additionally, what’s the purpose of creating a new entry for the same value
instead of updating the existing one or deleting the old one?
...Invalid token on resetPassword
Best way to protect routes in TanStack Start?
/dashboard*
, so they redirect to /login
if no session exists? I don't see this aspect in the example: https://github.com/better-auth/better-auth/tree/main/examples/tanstack-example
Below is my attempt, but session is always null
, even if the user is authenticated.
```ts...elysia with better auth not working
script "dev" was terminated by signal SIGABRT
Could be a problem related to bun?
the server runs if i remove betterAuthView
...
Google auth redirecting to the main site instead of the webpage
process.env.BETTER_AUTH_URL
, which is my Express API
where http://localhost:3000 is my Next.js website
...BETTER_AUTH_URL=http://localhost:YOUR_PORT
, and it worked for me, google redirects to the url in the envHelp with Email + Phone before 2FA Flow
Refresh Spotify access token
Social login Account creation with additional field
Social login with separate backend domain
Problem with OAuth (Google) using BetterAuth with Express for backend and Next.js Frontend
How to debug addPasskey not working in Production (Vercel)?
passkey
plugin, I can add a passkey locally/development but not in production (Vercel).
I'm using a simple button in NextJS to trigger adding a passkey:
```
const { data, error } = await authClient.passkey.addPasskey();...rpID
wrongly configured. 🤦
It was set to api.mysite.com
rather than mysite.com
.
A [Fido2Client]
Error in the Chrome console alerted me to the issue....FAILED_TO_CREATE_USER
name
when signing up as well.
perform action after successful email verification
Manually create a session