Servlet filter establishing user context for REST requests. Retrieves user from HTTP session and populates ThreadLocalUserContext.
868d6abb7 2025 -> 2026
e1658a6a3 CorsPreflightFilter added again (required).
505ecf667 OrderbookSnapshotsService handles now empty orderbooks. RestUserFilter: log message improved.
63081666f Source file headers: 2024-> 2025.
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.
ec0cb592d WebAuthn works now (also for Password reset, 2FA after login etc.)
442e1fe89 WIP: 2FA for PF functionalities such as ADMIN (userEdit, groupEdit, ...) after configured expire time in projectforge.properties.
c25008375 WIP 2FA
1b50e124f WIP: Refactoring of login handling...
07c3e2426 WIP: Refactoring of login handling...
5ffff18f8 WIP: Refactoring of login handling...
f1a12e2e5 MEB functinoality and SmsReceiverServlet removed.
5f7ef41b8 Copyright 2021 -> 2022
eb99254ac SecurityLogging: RestUserFilter and AuthenticationPublicServicesRest added.
ceb63e8a1 Source code header: (C) 2001-2021.
ddb3a3d0e Rest authentication: password authentication disabled. Authentication via token is now possible with user id or user name.
496d8e43f Logging. RestUserFilter: tries now restoring of user from http session first.
1aaa5f101 RestUserFilter: cookieService is used private only
37a2a01cb WIP: LoginProtection, rest authentication...
10d60d62a WIP: Authentication tokens (rest, stay-logged-in...)
de45a7b7e WIP: Authentication tokens (rest, stay-logged-in...)
c3020f7ca WIP: rest authenticaiton.
53792aca4 Rest authentication: login protection...
fc9fb3e5a WIP: Token handling for authorization.
1cc637591 WIP: Handling of authentication tokens and persisting of last access (by IP, token and user agent). MyAccountEditForm shows the last access entries.
294a5d1c7 WIP: UserAccessLogEntries added.
ded57598f WIP: user rest authentication.
a1b3de477 WIP: user rest authentication.
f0382b9d7 AbstractRestUserFilter implemented.