mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 12:27:43 +00:00
* feat: unify id generation and introduce type parameter * fix: type * fix: docs * chore: improve test * fix: use generateId to control automatic database id generation * fix: improve naming * fix: docs * fix: do not process id twice in transformInput * wip * fix: move id generation to adapters * fix: typecheck * wip * feat: new fields on core tables and session id is now token * fix type tests --------- Co-authored-by: Jani <9337138+jstri@users.noreply.github.com>