v1.6.25
skaldlabs/skaldv1.6.25Jul 23, 2026by better-release[bot]
AI Summary
This release focuses on critical bug fixes for OAuth providers (Apple and Google) and the Solid client. It addresses issues with credential handling, user creation logic, and internal database query routing to ensure stable authentication flows.
Key Highlights
- Fixed Apple OAuth PKCE code challenge issues causing token exchange failures
- Fixed Google One Tap creating unwanted users when sign-up is disabled
- Exposed `$fetch` and `$store` methods on the Solid client
- Resolved internal adapter query routing errors caused by conflicting `modelName` configurations
Full Release Notes
## `better-auth` ### Bug Fixes - Fixed Apple OAuth not sending the PKCE code challenge during authorization, causing token exchange failures ([#10294](https://github.com/better-auth/better-auth/pull/10294)) - Fixed Google One Tap creating new users when sign-up was disabled on the Google provider ([#10479](https://github.com/better-auth/better-auth/pull/10479)) - Fixed `$fetch` and `$store` not being exposed on the Solid client ([#10444](https://github.com/better-auth/better-auth/pull/10444)) - Fixed internal adapter queries being routed to the wrong table when a built-in table's `modelName` was set to another table's schema key (e.g. `user.modelName = "account"`). For detailed changes, see [`CHANGELOG`](https://github.com/better-auth/better-auth/blob/07a646ea190167370fbbb60a0fa2c3be3bec5522/packages/better-auth/CHANGELOG.md) ## Contributors Thanks to everyone who contributed to this release: @birkskyum, @jsj, @krish-vachhani **Full changelog:** [`v1.6.24...v1.6.25`](https://github.com/better-auth/better-auth/compare/v1.6.24...v1.6.25)