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

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #68.
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

View File

@@ -1,6 +1,7 @@
{
"name": "@mosaic/auth",
"version": "0.0.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
@@ -16,7 +17,13 @@
"test": "vitest run"
},
"devDependencies": {
"@types/node": "^22.0.0",
"tsx": "^4.0.0",
"typescript": "^5.8.0",
"vitest": "^2.0.0"
},
"dependencies": {
"@mosaic/db": "workspace:^",
"better-auth": "^1.5.5"
}
}