Commit Graph

4 Commits

Author SHA1 Message Date
11ee9b946f fix: invite accept bypasses disableSignUp by falling back to internal adapter
signUpEmail throws when disableSignUp is true. Now catches that error
and creates the user directly via Better Auth's internal adapter:
createUser + linkAccount with hashed password.
2026-01-28 22:17:08 +00:00
ead71ae0a7 fix: use Better Auth internal API for invite user creation 2026-01-28 22:03:59 +00:00
702156c406 fix: disable open signup - invite creates users directly via DB 2026-01-28 21:46:02 +00:00
c6d9f249ce feat: admin system with invite-only registration 2026-01-28 21:39:31 +00:00