Commit Graph

5 Commits

Author SHA1 Message Date
Marek Lesko
e1bb591a38 feat: remove unused branding component from callback, update authentication service to handle missing issuer in configuration 2025-10-30 16:51:21 +00:00
Marek Lesko
d5619e42da feat: Update sidebar navigation and add dashboard component
- Changed display name for the main dashboard in sidebar from 'Dashboards' to 'Hlavná stránka'.
- Removed commented-out children routes for dashboards and frontend pages in sidebar.
- Added new dashboard component and its routing.
- Introduced logout functionality with a dedicated logout component.
- Updated authentication routes to include logout path.
- Modified callback component to navigate to the dashboard upon successful login.
- Enhanced authentication service to handle user profile loading more effectively.
2025-10-29 19:59:35 +00:00
Marek Lesko
74f15cabd9 fix: remove unused imports from callback component for cleaner code 2025-10-28 19:50:29 +00:00
Marek Lesko
204006a4cb fix: remove unused imports from callback component for cleaner code 2025-10-28 19:48:58 +00:00
Marek Lesko
ed5cba4677 feat: implement OAuth2 authentication flow with Google and PocketId, add callback handling 2025-10-28 19:43:46 +00:00