Discord Invalid Scope
activities.read
, under the Discord section and I keep getting an error - Is there any workaround/fix to this? Thanks!
P.S. The scope with identify and email is okay but whenever I add the one mentioned previously, it just throws an error....2FA (Two Factor) isn't working returning 401 Unauthorized
authClient.twoFactor.enable()
and authClient.twoFactor.getTotpUri()
but they both aren't working, here is simple example I working with:
```
function TwoFactor() {...Magic Link not working with InstantDB (better-auth-instantdb)
Best practice for preserving intended URL when redirecting unauthenticated users in Better Auth
/dashboard
), my Next.js middleware detects that they are not signed in and redirects them to my sign-in page at /sign-in
.
A common practice is to preserve the original URL in a query parameter, such as /sign-in?redirect_url=/dashboard
, so that after the user successfully authenticates, they can be redirected back to the page they originally tried to visit.
What is the best practice to implement this pattern when using Better Auth?...How to get env values from vercel?
getSession return null, but only when deployed
Is BetterAuth a good fit for acme domains multitenancy?
Cloudflare Workers - /auth always returning 404.

How do I handle redirect for MCP?

Setting up email and password authentication on sveltekit using form actions
DeleteUser - How to know what to provide?
"USERNAME_IS_ALREADY_TAKEN_PLEASE_TRY_ANOTHER” error code is not included in authClient.$ERROR_CODE.
additionalfield: unique - custom error

OAuth provider
Addition field not returned
Issue with BetterFetch on vps
Offline `useSession`
useSession
always calls the API
Should I just create custom react provider and serve my decoded from token user or can any library api from better auth be used?
Thanks!...Error: hex string expected

How to force the user to create an organization?
Activating 2FA only for users with admin role/permission