Getting the full JWT token
How to list members in an organization
CallbackURL faild
Saving Additional information from a Generic OAuth endpoint
Populate username field with social usernames
username
field? It seems standard behaviour is that Twitch is populating the name
field with the Twitch username, and Discord is populating name
with their actual first name.
I would like so you log in with a social link and your username is set to your Twitch/Discord username.
@Ping Any insight? Thanks in advance...useSession returns null for data in Next.js
null
.overrideUserInfo? in GenericOAuth?
overrideUserInfoOnLogin
and when seeing how that worked I noticed on GenericOAuth
there is the similarly named overrideUserInfo
which the interface describes as:
```typescript
/**
* Override user info with the provider info....Can you handle subscription pricing tier changes and prorations using stripe plugin?
Offline support for expo apps
Does crossSubDomainCookies not work on localhost?
domain
says localhost
even tho its supposed to say .localhost
from my understanding?
setup:...How to sign out the user from server side
better-auth
package to manage authentication sessions via cookies.
I want to implement a logout functionality from the server side, where I remove the session cookie and redirect the user to the login page....Reduce docker image size
Jsonb support in plugins
TRPC support
Getting users' organization details in JWT token
Im using the better-auth in a non-nextjs server to verify session and see this error.
How to link Generic OAuth to existing user
How to manage a stripe plan upgrade
Inferring Additional Fields on Server

Is it possible to get the user id from the cookie without having to verify to user and hit the DB?