auth/jwt: update changelog for pkce improvement (#13392)

This commit is contained in:
John-Michael Faircloth 2021-12-10 11:15:22 -06:00 committed by GitHub
parent 3488948ccd
commit 04ce02057a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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.
```