You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,22 @@ All notable changes to this project will be documented in this file.
8
8
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9
9
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
10
10
11
+
## 8.10.0 – 2026-04-17
12
+
13
+
### Added
14
+
15
+
- Add debug log when storing state in PHP session during code flow @julien-nc[#1412](https://github.com/nextcloud/user_oidc/pull/1412)
16
+
17
+
### Changed
18
+
19
+
- Optimize user counting @CarlSchwan@solracsf[#1418](https://github.com/nextcloud/user_oidc/pull/1418)
20
+
- Modernize user backend @CarlSchwan@solracsf[#1419](https://github.com/nextcloud/user_oidc/pull/1419)
21
+
- Harden UserBackend::provisionUser and UserBackend::checkFirstLogin @CarlSchwan@solracsf[#1420](https://github.com/nextcloud/user_oidc/pull/1420)
22
+
23
+
### Fixed
24
+
25
+
- Only redirect to login flow when request comes from a navigation context, add support for storing multiple states and clean up flow session values on failure @julien-nc[#1410](https://github.com/nextcloud/user_oidc/pull/1410)
0 commit comments