feat(frontend): Update nuxt-ui, add login, signup, logout

This commit is contained in:
2025-03-29 17:43:38 +01:00
parent cb12e29966
commit 99d3b28381
14 changed files with 2539 additions and 2275 deletions

View File

@@ -3,3 +3,5 @@ import { createAuthClient } from 'better-auth/vue'
export const authClient = createAuthClient({
baseURL: 'http://localhost:3000'
})
export const { signIn, signOut, signUp, useSession, forgetPassword, resetPassword } = authClient