release(v1.8.11): doc updated

This commit is contained in:
Ryan
2025-11-08 14:12:48 -05:00
committed by GitHub
parent 8f03cc7456
commit 15b5aa6d8d

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.