nextcloud/lib/composer/composer
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
..
autoload_classmap.php feat: Close sessions created for login flow v2 2025-02-26 13:42:18 +01:00
autoload_files.php Add a helper function that makes it easier to log from anywhere 2022-05-23 09:53:38 +02:00
autoload_namespaces.php Fix an issue with the search backend update 2022-04-14 12:11:02 +02:00
autoload_psr4.php fix(files): conversion api simplification and conflict check 2025-01-16 18:35:40 +01:00
autoload_real.php techdebt(workflowengine): Remove transition event classes 2023-03-03 15:33:17 +01:00
autoload_static.php feat: Close sessions created for login flow v2 2025-02-26 13:42:18 +01:00
ClassLoader.php feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest() 2023-06-27 15:53:57 +02:00
installed.json chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer 2024-10-19 07:57:35 +02:00
installed.php feat(systemtags): add color support backend 2024-12-06 10:19:42 +01:00
InstalledVersions.php chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer 2024-10-19 07:57:35 +02:00
LICENSE fix(notifications): Add a dedicated exception when invalid values are set 2024-04-12 09:23:15 +02:00
platform_check.php feat: drop support for php 8.0 2024-04-08 11:28:54 +02:00