Skip to content

Commit 539f434

Browse files
committed
Fix changelog headings
1 parent 859ccb0 commit 539f434

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9-
### [8.4.0] - released 2023-02-15
9+
## [8.4.0] - released 2023-02-15
1010
### Added
1111
- You can now set a leeway for time drift between servers when validating a JWT (PR #1304)
1212

1313
### Security
1414
- Access token requests that contain a code_verifier but are not bound to a code_challenge will be rejected to prevent
1515
a PKCE downgrade attack (PR #1326)
1616

17-
### [8.3.6] - released 2022-11-14
17+
## [8.3.6] - released 2022-11-14
1818
### Fixed
1919
- Use LooseValidAt instead of StrictValidAt so that users aren't forced to use claims such as NBF in their JWT tokens (PR #1312)
2020

21-
### [8.3.5] - released 2022-05-12
21+
## [8.3.5] - released 2022-05-12
2222
### Fixed
2323
- Use InMemory::plainText('empty', 'empty') instead of InMemory::plainText('') to avoid [new empty string exception](https://github.com/lcobucci/jwt/pull/833) thrown by lcobucci/jwt (PR #1282)
2424

0 commit comments

Comments
 (0)