#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

CommitWhat changed
868d6abb752025 -> 2026
63081666f6Source file headers: 2024-> 2025.
77bade6dfbjavax.* -> jakarta.*
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
56daaa86862FA: code dialog is done by modal, if possible for preserving user's input data.
ec0cb592d9WebAuthn works now (also for Password reset, 2FA after login etc.)
795958fc5dWIP: WebAuthn
dbf4809248WIP: WebAuthn. 2FA rest stuff moved to own sub package.