MCP Oauth how to show consent screen
How to mock better-auth with MSW?

OIDC Plugin + Organization Plugin for limiting user OAuth to specific organizations tied to an app
auth-gateway
system to where my team can internally tie different applications (and OAuth configs) to different end customers (better-auth organizations plugin) via an administration portal. My team will deploy a client-application
that users log into by OIDC, pointed to the auth-gateway
application we have setup (both NextJS apps will use better-auth, with auth-gateway
being the source of truth and client-application
pointing to our auth-gateway
with it's configured credentials.
In other plugins, I see the ability to add custom fields and callbacks/validators on the actions, but from what I can tell, I can't do that for the OIDC provider plugin....When calling subscription.cancel how do we know whether it’s cancelled vs active?
How to block log in for specific providers based on email domain?
This expression is not callable

help
Docs: Examples broken except Nextjs
monorepo/turborepo example
signup email from sever
auth.api.signupWithEmail
, and I’m getting the same response as when I call it from authClient
.However, the next
getSession
call returns null
, whereas when signup
is called from the client, it works fine.I went through the method flow but didn’t find anything unusual....
Disable Rate Limit on certain routes?

Monorepo + Hono
oneTap with localhost
http://localhost:3000
to Authorized JavaScript origins in google Credentials
2. set Referrer-Policy header in next.config.ts
```ts
async headers() {...
OIDC Provider plugin refresh token support?
Field named
refresh_token not found in OAuth2 results
when trying to connect to my app. Is refresh token not supported or do I need some additional configuration?offline_access
scope. Then it works.
How to keep the same userId when linking anonymous and social accounts?
Error when using twitter social sign in with multiple callback URLs
Admin vs Organizations plugin for company internal tool (Google Workspaces)
Help needed in Linear redirection
Rename/remove default organization role names?
Issues using NextJS NextRequest headers in server-side auth.api functions