nextcloud/lib/private/AppFramework/Middleware
Louis Chemineau c6293204a2
feat: Close sessions created for login flow v2
Sessions created during the login flow v2 should be short lived to not leave an unexpected opened session in the browser.

This commit add a property to the session object to track its origin, and will close it as soon as possible, i.e., on the first non public page request.

Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-02-26 13:42:18 +01:00
..
PublicShare chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
Security fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlist 2025-01-27 12:46:15 +01:00
AdditionalScriptsMiddleware.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
CompressionMiddleware.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
FlowV2EphemeralSessionsMiddleware.php feat: Close sessions created for login flow v2 2025-02-26 13:42:18 +01:00
MiddlewareDispatcher.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
NotModifiedMiddleware.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
OCSMiddleware.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
SessionMiddleware.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00