Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot]
488b5cb532 chore(release): set APP_VERSION to v1.8.11 [skip ci] 2025-11-08 19:12:57 +00:00
Ryan
15b5aa6d8d release(v1.8.11): doc updated 2025-11-08 14:12:48 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
## Changes 11/8/2025 (v1.8.11)
release (v1.8.11): fix(oidc): always send PKCE (S256) and treat empty secret as public client
release(v1.8.11): fix(oidc): always send PKCE (S256) and treat empty secret as public client
- Force PKCE via setCodeChallengeMethod('S256') so Authelias public-client policy is satisfied.
- Convert empty OIDC client secret to null to correctly signal a public client.

View File

@@ -1,2 +1,2 @@
// generated by CI
window.APP_VERSION = 'v1.8.10';
window.APP_VERSION = 'v1.8.11';