#2272: My2FAPageRest.kt
projectforge-rest/src/main/kotlin/org/projectforge/rest/my2fa/My2FAPageRest.kt REST Controller, projectforge-rest/src/main/kotlin/org/projectforge/rest/my2fa/My2FAPageRest.kt (124 lines) 124 lines · 88 code · 27 comments · 9 blank
Source file: My2FAPageRest.kt - rest controller in ProjectForge REST module.
Architecture Analysis
Resides in projectforge-rest, the JAX-RS REST API layer consumed by the React frontend.
Git History
| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
77bade6dfb | javax.* -> jakarta.* |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
56daaa8686 | 2FA: code dialog is done by modal, if possible for preserving user's input data. |
ec0cb592d9 | WebAuthn works now (also for Password reset, 2FA after login etc.) |
795958fc5d | WIP: WebAuthn |
dbf4809248 | WIP: WebAuthn. 2FA rest stuff moved to own sub package. |