v1.6.25
yarnpkg/yarnv1.6.25Jul 23, 2026by better-release[bot]
AI Summary
A bug fix release addressing OAuth token exchange failures, Google One Tap user creation issues, and routing problems in internal adapter queries.
Key Highlights
- Fixed Apple OAuth not sending the PKCE code challenge
- Fixed Google One Tap creating new users when sign-up is disabled
- Fixed internal adapter queries being routed to the wrong table
- Fixed Solid client missing $fetch and $store methods
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)