更新日志

Better Auth 的版本更新历史

v1.27

2025-04-13
🚀

功能特性

  • Error code support for haveibeenpwned
  • Error code support for haveibeenpwned plugin
🐞

错误修复

核心功能

  • Added c.authentication to refresh token
  • Authentication type missing on refershToken options
  • Prevent a user from created on haveibeenpwned

组件更新

  • adapter

    Improve field lookup logic in createAdapter

    by @Bekacru

  • cli

    Schema gen with Drizzle for PG to generate text instead of uuid

    by @ping-maxwell

  • drizzle-adapter

    Correct count retrieval in the update function

    by @okxiaoliang4

  • haveIBeenPwned

    Add proper error code

    by @JE4GLE

  • organization

    Checking if User is intended recipient of Invite is casesensitive

    by @SNRSE

  • plugin

    Prevent user from being created on compromised password

    by @Kinfe123
  • stripe

    Force post method for subscription restore

    by @Bekacru

v1.26

2025-04-12
🚀

功能特性

  • Added support for custom session expiry
  • Improved error handling for social sign-on
🐞

错误修复

核心功能

  • Fixed session persistence issues
  • Resolved race condition in token refresh