Mismatch in units for Refill Interval (API Plugin)

APP KEEP LOGIN OUT IN PRODUCTION VALUE SECURE STORE IS TOO BIG.
Value being stored in SecureStore is larger than 2048 bytes and it may not be stored successfully. In a future SDK version, this call may throw an error.
Value being stored in SecureStore is larger than 2048 bytes and it may not be stored successfully. In a future SDK version, this call may throw an error.
Stripe api.auth. Functions not exists
authClient.organization.getFullOrganization() has some issues when using the membersLimit query
authClient.organization.getFullOrganization()
currently has some issues when we try to use the membersLimit
query parameter.
authClient.organization.getFullOrganization()
works completely fine as is. In my use case I do not want to retrieve the member's list so I use the query
option in getFullOrganization()
as such:
```
await authClient.organization.getFullOrganization({...1.3.7 twoFactor plugin - bad user type

NestJS Better Auth routes
Without login i can able to call/use sendOtp api for phone verification

Unclear method for default boolean values in additional fields
Error while better-auth is attempting to renew? accessToken with Twitch

getSession does not work when baseURL is set
ExactoptionalPropertyTypes bug wasn’t fixed as stated in 1.3.5 release notes
BETTER AUTH 1.3.5 CRASHES ON NEXTJS
Vue BetterAuth Client - twoFactor.verifyOtp missing redirect/callback URL param
Updated username normalization removed the ability to unnormalized displayUsernames specifically
authClient.subscription.list does a POST request which results in a 404
YOU_CAN_ONLY_SEND_A_VERIFICATION_EMAIL_TO_AN_UNVERIFIED_EMAIL
await authClient.sendVerificationEmail({
email: "user@email.com",
callbackURL: "/" // The redirect URL after verification
})
await authClient.sendVerificationEmail({
email: "user@email.com",
callbackURL: "/" // The redirect URL after verification
})
Not all sessions are revoked when deleting a user
[Stripe Plugin] Restoring Subscription throws a 400 error
authClient.subscription.restore
, I get the following error:
```
[Better Auth]: Error restoring subscription 41 | * Specifically for errors returned from Stripe's REST API.
42 | */
43 | export class StripeError extends Error {...adminRoles Not Working
admin({ adminRoles: ['SUPER_ADMIN'] })
. However, when peforming admin actions, e.g. auth.api.listUsers()
a user who has an active session with role: 'SUPER_ADMIN'
will get the error message [Error [APIError]: You are not allowed to list users]
. However, if I change the users role to admin
they can then call listUsers()
. It seems like the adminRoles
configuration is being ignored.