feat(auth): @mosaic/auth — BetterAuth email/password setup (#68)

Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
This commit is contained in:
2026-03-13 02:21:15 +00:00
committed by jason.woltje
parent 2b1723e898
commit 6e3cccc812
6 changed files with 544 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
export const VERSION = '0.0.0';
export { createAuth, type Auth, type AuthConfig } from './auth.js';