File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
88The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
99and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
1010
11+ ## 8.1.0 – 2025-10-15
12+
13+ ### Added
14+
15+ - Add locale mapping @julien-nc [ #1213 ] ( https://github.com/nextcloud/user_oidc/pull/1213 )
16+
17+ ### Changed
18+
19+ - Explain jwks cache invalidation in the README @julien-nc [ #1225 ] ( https://github.com/nextcloud/user_oidc/pull/1225 )
20+ - Add more debug log when a group does not match the whitelist regex @julien-nc [ #1228 ] ( https://github.com/nextcloud/user_oidc/pull/1228 )
21+
22+ ### Fixed
23+
24+ - Handle missing KID in JWT token @solracsf [ #1220 ] ( https://github.com/nextcloud/user_oidc/pull/1220 )
25+ - Handle AppConfigTypeConflictException when getting/setting allow_multiple_user_backends @julien-nc [ #1209 ] ( https://github.com/nextcloud/user_oidc/pull/1209 )
26+
1127## 8.0.0 – 2025-09-22
1228
1329### Added
Original file line number Diff line number Diff line change 88 <name >OpenID Connect user backend</name >
99 <summary >Use an OpenID Connect backend to login to your Nextcloud</summary >
1010 <description >Allows flexible configuration of an OIDC server as Nextcloud login user backend.</description >
11- <version >8.0 .0</version >
11+ <version >8.1 .0</version >
1212 <licence >agpl</licence >
1313 <author >Roeland Jago Douma</author >
1414 <author >Julius Härtl</author >
You can’t perform that action at this time.
0 commit comments