Nawaz Dhandala
16f29a813c
feat: Implement WebAuthn challenge handling and storage for user authentication
2026-02-27 13:10:22 +00:00
Nawaz Dhandala
0f64b49f9c
refactor: Clean up code formatting and improve readability in various files
2025-09-30 17:14:23 +01:00
Nawaz Dhandala
866183d95a
refactor: Rename two-factor authentication API endpoints to use TOTP terminology
2025-09-30 17:00:24 +01:00
Nawaz Dhandala
45b1dcbb7e
refactor: Update WebAuthn verification API to use initial values and remove unused endpoint
2025-09-30 13:38:20 +01:00
Nawaz Dhandala
ab7c8c1df9
feat: Add UserWebAuthnAPI routes for authentication verification and update API paths
2025-09-30 13:13:45 +01:00
Nawaz Dhandala
1c5c9ee3ad
refactor: update UserWebAuthnAPI and UserWebAuthnService for improved type definitions and clarity
2025-09-30 13:06:46 +01:00
Nawaz Dhandala
352c923e74
refactor: rename UserTwoFactorAuth to UserTotpAuth and update related services, APIs, and models
...
- Replaced all instances of UserTwoFactorAuth with UserTotpAuth across the codebase.
- Updated API endpoints to reflect the new naming convention.
- Modified database models and services to accommodate the changes.
- Adjusted frontend components to utilize the new UserTotpAuth model.
- Ensured all references, imports, and exports are consistent with the new naming.
2025-09-30 13:02:32 +01:00
Nawaz Dhandala
4570d617b2
feat: Implement WebAuthn authentication verification and update login function to support multiple verification methods
2025-09-30 12:46:19 +01:00
Nawaz Dhandala
305094a8b2
feat: Refactor UserWebAuthnAPI and UserWebAuthnService to utilize service methods for registration and authentication options generation
2025-09-30 12:43:13 +01:00
Simon Larsen
99e7193961
feat: Integrate Base64 encoding for WebAuthn challenge and credential handling in UserWebAuthnAPI and LoginPage
2025-09-30 11:49:23 +01:00
Nawaz Dhandala
20716b7c7e
feat: Refactor WebAuthn integration in login and user management components for improved readability and maintainability
2025-09-29 13:07:48 +01:00
Nawaz Dhandala
214915528b
feat: Implement UserWebAuthn model and API for WebAuthn credential management
2025-09-29 13:00:52 +01:00