feat(frontend): Use betterAuth implementation from nuxthub-better-auth project

This commit is contained in:
2025-04-20 09:54:16 +02:00
parent 4e7a962a06
commit eec15dd7ef
17 changed files with 209 additions and 66 deletions

View File

@@ -6,7 +6,11 @@ export default defineNuxtConfig({
public: {
clientProxyBasePath: 'NOT_SET',
serverApiBaseUrl: 'NOT_SET',
serverApiBasePath: 'NOT_SET'
serverApiBasePath: 'NOT_SET',
auth: {
redirectUserTo: '/',
redirectGuestTo: '/login'
}
}
},
components: [