feat: add better provider support, icons, regen, and a lot more

This commit is contained in:
Zoe
2026-02-12 14:56:13 +00:00
parent d5a5945c03
commit d29f95bacf
124 changed files with 6374 additions and 1861 deletions
-3
View File
@@ -1,3 +0,0 @@
import { createAuthClient } from 'better-auth/vue';
export const authClient = createAuthClient({});
+1
View File
@@ -22,6 +22,7 @@ export const auth = betterAuth({
},
},
baseURL: process.env.NUXT_PUBLIC_URL ?? 'http://localhost:3000',
trustedOrigins: [process.env.NUXT_PUBLIC_URL ?? 'http://localhost:3000'],
emailAndPassword: {