Finished registration + working on own useAuth composable

This commit is contained in:
2024-07-30 17:58:22 +02:00
parent 1d2a89e001
commit f2600a3012
23 changed files with 354 additions and 99 deletions

5
middleware/auth.ts Normal file
View File

@@ -0,0 +1,5 @@
export default defineNuxtRouteMiddleware((to) => {
const meta = to.meta.auth;
//to.
})