#1351: UserAuthenticationsDO.kt
projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/user/entities/UserAuthenticationsDO.kt JPA Entity, projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/user/entities/UserAuthenticationsDO.kt 287 lines · 206 code · 57 comments · 24 blank
JPA entity storing authentication tokens for users: token hash, type (remember-me, API key), creation/expiry dates, and last usage. Supports persistent login sessions.
Git History
868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.