You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
### Added
9
9
- Added sensitive parameter to avoid sensitive data being included in stack traces (PR #1483)
10
10
11
+
### Fixed
12
+
- Made the Bearer header case insensitive to match the specs correctly (PR #XXX)
13
+
11
14
## [9.2.0] - released 2025-02-15
12
15
### Added
13
16
- Added a new function to the provided ClientTrait, `supportsGrantType` to allow the auth server to issue the response `unauthorized_client` when applicable (PR #1420)
0 commit comments