From 04ce02057a9541345e61a39d19602e5c32c08f12 Mon Sep 17 00:00:00 2001 From: John-Michael Faircloth Date: Fri, 10 Dec 2021 11:15:22 -0600 Subject: [PATCH] auth/jwt: update changelog for pkce improvement (#13392) --- changelog/13365.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/changelog/13365.txt b/changelog/13365.txt index 26c91bc6f..65284ab7b 100644 --- a/changelog/13365.txt +++ b/changelog/13365.txt @@ -1,4 +1,3 @@ -```release-note:feature -**Add PKCE support to OIDC Auth**: The Authorization Code flow makes use of the -Proof Key for Code Exchange (PKCE) extension. +```release-note:improvement +auth/jwt: The Authorization Code flow makes use of the Proof Key for Code Exchange (PKCE) extension. ```