Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/harheimertc 2026-01-08 12:12:16 +01:00
a763c959ef Enhance debug logging and validation for Passkey Registration
torsten pushed to main at torsten/harheimertc 2026-01-08 11:56:59 +01:00
750c05eac1 Enhance debug logging for Cross-Device Passkey Registration
torsten pushed to main at torsten/harheimertc 2026-01-08 11:24:41 +01:00
0deddeca51 Enhance deployment script with PM2 process checks and error handling
torsten pushed to main at torsten/harheimertc 2026-01-08 11:14:25 +01:00
34968742f0 Add CORS testing documentation and HTML test page for Passkey Cross-Device Authentication
torsten pushed to main at torsten/harheimertc 2026-01-08 09:14:19 +01:00
010e89212f Improve deployment script with enhanced build validation and error handling
torsten pushed to main at torsten/harheimertc 2026-01-08 09:00:00 +01:00
8fa8c8b5d9 Enhance deployment script and registration components with improved error handling and debug logging
torsten pushed to main at torsten/harheimertc 2026-01-08 07:47:31 +01:00
f05d47be4c Enhance deployment script with build validation checks
torsten pushed to main at torsten/harheimertc 2026-01-07 22:37:49 +01:00
f1cf06ca48 Add debug information display for component loading in registration page
torsten pushed to main at torsten/harheimertc 2026-01-07 22:34:06 +01:00
62115ff1d1 Add debug logging for component lifecycle in registration page
torsten pushed to main at torsten/harheimertc 2026-01-07 22:24:20 +01:00
8e398778ce Refactor form submission handling and enhance debug logging for registration process
torsten pushed to main at torsten/harheimertc 2026-01-07 22:13:53 +01:00
c1e93f8989 Add debug information display for passkey registration process
torsten pushed to main at torsten/harheimertc 2026-01-07 22:05:28 +01:00
a16838ff47 Enhance debug logging and validation in passkey registration process
torsten pushed to main at torsten/harheimertc 2026-01-07 22:01:30 +01:00
994aabfb85 Enhance WebAuthn origin handling and debug logging for passkey registration
torsten pushed to main at torsten/harheimertc 2026-01-07 21:54:03 +01:00
83a2166399 Refine WebAuthn configuration and enhance debug logging for origin verification
torsten pushed to main at torsten/harheimertc 2026-01-07 21:36:43 +01:00
c40780ef89 Enhance passkey registration process with detailed debug logging and validation checks
torsten pushed to main at torsten/harheimertc 2026-01-07 21:30:16 +01:00
bb985ddc8f Improve passkey registration error handling and options serialization
torsten pushed to main at torsten/harheimertc 2026-01-07 21:24:15 +01:00
b34a6fc155 Enhance passkey registration handling with error checks and CORS support
torsten pushed to main at torsten/harheimertc 2026-01-07 21:03:01 +01:00
e7e9d7815c Refactor CORS header handling in authentication endpoints
torsten pushed to main at torsten/harheimertc 2026-01-07 20:59:50 +01:00
ad21534862 Add CORS support for Cross-Device Authentication in passkey handling
torsten pushed to main at torsten/harheimertc 2026-01-07 20:16:19 +01:00
3d9b6b57dc Refactor authentication handling in Navigation and registration components to support lazy store access, improving resilience against Pinia initialization issues. Enhance registration logic to include optional password fallback for passkey users, with validation checks for password strength and confirmation. Update server-side registration to handle optional password securely, ensuring consistent user experience across different authentication methods.