• v0.1.0 e130cda6c5

    Remove signIn callback — enrollment now happens in getCurrentSession
    Release / build-and-push (push) Has been cancelled

    ginnoir released this 2026-05-06 22:23:34 -05:00 | 151 commits to main since this release

    Auth.js v5 calls signIn before the new user's row is fully committed, so
    inserting into household_members immediately caused a FK violation for any
    new user (e.g. cam on first sign-in). Enrollment is now handled lazily in
    getCurrentSession's auto-enroll fallback, which runs after the session is
    established and the user row is guaranteed to exist.

    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

    Downloads