Integrate AuthInitializer component to restore authentication state on app load and enhance User type to align with OpenAPI spec.

This commit is contained in:
2025-11-02 05:59:00 +01:00
parent 29ff97f726
commit 4885df80a7
4 changed files with 55 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
// Authentication components
// Initialization
export { AuthInitializer } from './AuthInitializer';
// Route protection
export { AuthGuard } from './AuthGuard';