- Replace identity management with a new authentication system across the application. - Update App.vue to integrate LoginDialog and remove PasswordDialog. - Modify Navbar.vue to handle user authentication state and logout functionality. - Enhance Home.vue to display user information upon login. - Implement routing changes in index.ts to enforce authentication requirements for protected routes. |
||
|---|---|---|
| .. | ||
| assets | ||
| components | ||
| composables | ||
| i18n | ||
| lib | ||
| pages | ||
| router | ||
| stores | ||
| App.vue | ||
| main.ts | ||
| vite-env.d.ts | ||