Fix1.6.25
v1.6.25
This release fixes Apple OAuth PKCE code challenge not being sent during authorization, Google One Tap incorrectly creating users when sign-up was disabled, Solid client missing $fetch and $store exposure, and internal adapter queries being routed to wrong tables when model names were remapped.
better-auth
Bug Fixes
- Fixed Apple OAuth not sending the PKCE code challenge during authorization, causing token exchange failures (#10294)
- Fixed Google One Tap creating new users when sign-up was disabled on the Google provider (#10479)
- Fixed
$fetchand$storenot being exposed on the Solid client (#10444) - Fixed internal adapter queries being routed to the wrong table when a built-in table's
modelNamewas set to another table's schema key (e.g.user.modelName = "account").
For detailed changes, see CHANGELOG
Contributors
Thanks to everyone who contributed to this release:
@birkskyum, @jsj, @krish-vachhani
Full changelog: v1.6.24...v1.6.25
oauthbug-fixesauthsolid
Source: original entry ↗