#2274: My2FASetupData.kt
projectforge-rest/src/main/kotlin/org/projectforge/rest/my2fa/My2FASetupData.kt Data Class, projectforge-rest/src/main/kotlin/org/projectforge/rest/my2fa/My2FASetupData.kt (69 lines) 69 lines · 34 code · 25 comments · 10 blank
Source file: My2FASetupData.kt - data class in ProjectForge REST module.
Architecture Analysis
Resides in projectforge-rest, the JAX-RS REST API layer consumed by the React frontend. Implemented as a Kotlin data class with concise property declarations and auto-generated equals/hashCode/toString.
Git History
| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
1b50060c3a | BaseDao: renamed: get -> find, save -> insert, getList -> select, load -> select |
2a8ea2076c | Migration stuff in progress... BaseDao refactored (not yet finished) internal* methods renamed. |
67805f2fc1 | ThreadLocalUserContext.user -> ThreadLocalUserContext.loggedInUser (renamed for avoiding mis-understandings in code). |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
38bec971af | ThreadLocal -> Kotlin |
ec0cb592d9 | WebAuthn works now (also for Password reset, 2FA after login etc.) |
0c9bd0e16a | WIP: WebAuthn |
795958fc5d | WIP: WebAuthn |
dbf4809248 | WIP: WebAuthn. 2FA rest stuff moved to own sub package. |