feat: add better provider support, icons, regen, and a lot more
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
import { createAuthClient } from 'better-auth/vue';
|
||||
|
||||
export const authClient = createAuthClient({});
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user