You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: return dates as numbers from customTransformOutput (#298)
Reverts the adapter change from #236 that returned Date objects instead
of numbers. Updates tests to expect numbers for date fields.
Fixes the Convex serialization error reported in #288. Convex doesn't
support the Date type, so date fields must be numbers. The original
change in #236 was attempting to fix a type mismatch (#224), which may
be an upstream better-auth issue (tracked in
better-auth/better-auth#8619).
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments