Skip to content

Commit 0d57b70

Browse files
committed
Update changelog to include PR 1215
1 parent c1e7da3 commit 0d57b70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
- The server will now validate redirect uris according to rfc8252 (PR #1203)
1010
- Events emitted now include the refresh token and access token payloads (PR #1211)
1111

12+
### Changed
13+
- Keys are now validated using `openssl_pkey_get_private()` and openssl_pkey_get_public()` instead of regex matching (PR #1215)
14+
1215
### Fixed
1316
- The server will now only recognise and handle an authorization header if the value of the header is non-empty. This is to circumvent issues where some common frameworks set this header even if no value is present (PR #1170)
1417
- Added type validation for redirect uri, client ID, client secret, scopes, auth code, state, username, and password inputs (PR #1210)

0 commit comments

Comments
 (0)