v1.7.0-rc.6Pre-release
Fixed 8
- Restored client plugin declaration compatibility for downstream TypeScript consumers
- Fixed duplicate session requests during transient Suspense remounts while ensuring incomplete refreshes are revalidated
- Fixed private_key_jwt client assertions to accept the issuer URL as a valid aud claim (string or array) on token, introspection, and revocation requests
- Completed the RP-Initiated Logout flow with form-encoded POST support, explicit confirmation pages, and strict post_logout_redirect_uri validation
- Fixed handling of voluntary and essential ACR requests in authorization flows
- Fixed claims requests to require the openid scope
- Fixed missing pgSchema export so drizzle-kit can emit CREATE SCHEMA for custom PostgreSQL namespaces
- Restored declaration compatibility for downstream TypeScript consumers in @better-auth/electron
better-auth
Bug Fixes
- Restored client plugin declaration compatibility for downstream TypeScript consumers. (#10794)
- Fixed duplicate session requests during transient Suspense remounts while ensuring incomplete refreshes are revalidated. (#10769)
For detailed changes, see CHANGELOG
@better-auth/oauth-provider
Bug Fixes
- Fixed
private_key_jwtclient assertions to accept the issuer URL as a validaudclaim (string or array) on token, introspection, and revocation requests. (#10811) - Completed the RP-Initiated Logout flow with form-encoded
POSTsupport, explicit confirmation pages, and strictpost_logout_redirect_urivalidation. (#10812) - Fixed handling of voluntary and essential ACR requests in authorization flows. (#10790)
- Fixed claims requests to require the
openidscope. (#10791)
For detailed changes, see CHANGELOG
@better-auth/drizzle-adapter
Bug Fixes
- Fixed missing
pgSchemaexport so drizzle-kit can emitCREATE SCHEMAfor custom PostgreSQL namespaces. (#10770)
For detailed changes, see CHANGELOG
@better-auth/electron
Bug Fixes
- Restored declaration compatibility for downstream TypeScript consumers. (#10794)
For detailed changes, see CHANGELOG
@better-auth/expo
Bug Fixes
- Restored declaration compatibility for downstream TypeScript consumers. (#10794)
For detailed changes, see CHANGELOG
auth
Bug Fixes
- Fixed missing
pgSchemaexport so drizzle-kit can emitCREATE SCHEMAfor custom PostgreSQL namespaces. (#10770)
For detailed changes, see CHANGELOG
Contributors
Thanks to everyone who contributed to this release:
@bytaesu, @gustavovalverde, @ping-maxwell
Full changelog: v1.7.0-rc.5...v1.7.0-rc.6