Migrating from nextauth/auth.js to better-auth
requestPasswordReset
│ ├╴ Property 'requestPasswordReset' does not exist on type '{ twoFactor: { enable: <FetchOptions extends { method?: string | undefined; headers?: (HeadersInit & (HeadersInit | CommonHeaders)) | undefined; cache?: RequestCache | undefined; ... 32 more ...; disableValidation?: boolean | undefined; }>(data_0: Prettify<...>, data_1?: FetchOptions | undefined) => Promise<...>; };...'. ts (2339) [27, 46]
│ ├╴ Property 'requestPasswordReset' does not exist on type '{ twoFactor: { enable: <FetchOptions extends { method?: string | undefined; headers?: (HeadersInit & (HeadersInit | CommonHeaders)) | undefined; cache?: RequestCache | undefined; ... 32 more ...; disableValidation?: boolean | undefined; }>(data_0: Prettify<...>, data_1?: FetchOptions | undefined) => Promise<...>; };...'. ts (2339) [27, 46]
better-auth (better-call) not found error can not be handle by elysiajs
ip address can't set database

How do i use createAuthCookie outside of better auth context?
ctx.context.createAuthCookie("session_token")
How would I get access to this createAuthCookie in my own controller?
...How can I change the interval of a user's active plan?
Magic link sign up with custom user parameters
Offline first support
How do i set values when using internalAdapter.createSession("uid", ctx);
const session = await ctx.context.internalAdapter.createSession(user_id, ctx);
...rateLimit using database isn't working
extend account schema
`ctx.context.db` not available?
ctx.context.db
coming back as non existent? I'm using the drizzle adapter but I would like to use the kysley stuff inside the plugin so it doesn't end up only supporting drizzle. However ```ts
gatherAttributes: createAuthEndpoint(
"/abac/gatherAttributes",
{
method: "POST",...db
doesn't appear there anymore.Why verifications table still empty when sign up?
Allow to disable the accountLinking
Checking before login and signup
Anonymous plugin's isAnonymous field missing from the cached session

Does anyone already used the phone number plugin ?
1. Is it possible to auto turn on 2FA for user (2.) I need help with this authflow
How to refresh session after changing org in Nuxt?
const { data: session } = await $auth.useSession(useAuthFetch)
$auth.organization.setActive({ organizationId: org })
const { data: session } = await $auth.useSession(useAuthFetch)
$auth.organization.setActive({ organizationId: org })
How to redirect to `/sign-in` on all urls if unauthenticated