Implement authentication store using Pinia; create auth store with login,...
Implement authentication store using Pinia; create auth store with login, logout, and user fetching functionalities. Update main entry point to reflect new store structure; change import path for auth store. Add TypeScript support for Vue components; create shims-vue.d.ts for .vue file declarations. Create Login and Register views with authentication logic; implement user login and registration forms with error handling. Refactor HomeView to utilize authentication store; display user information and logout functionality based on authentication state.
Showing
+769 -450
This diff is collapsed.
frontend/src/shims-vue.d.ts
0 → 100644
frontend/src/stores/auth.ts
0 → 100644
frontend/src/stores/authold.js
0 → 100644
Please register or sign in to comment