This release resolves a sign-in failure that could affect browser clients on production domains. The update ensures CORS preflight requests return the headers needed for Better Auth to work as expected.
Bug Fixes
Fixed CORS preflight failures that prevented sign-in on osschat.dev by explicitly allowing requests from the supported app origins.
CORS settings for Better Auth routes are now defined with specific allowed origins and headers, so the browser receives the correct Access-Control-Allow-Origin response during authentication.