-
Notifications
You must be signed in to change notification settings - Fork 464
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18284ae
commit 95845c3
Showing
2 changed files
with
20 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
# Unreleased | ||
|
||
- TBD | ||
|
||
# 10.0.0 | ||
|
||
- Made NoneAlgorithm not requiring any keys as it is not signed | ||
- Added option to select default serializer, Newtonsoft.Json or System.Text.Json (#433) | ||
- Renamed default IdentityFactory in Jwt.Extensions.AspNetCore, opened up for inheritance, extension (#428) | ||
- Added Encode(T) and Encode(Type, object) to JwtBuilder (#415) | ||
- Bumped Newtonsoft.Json from 10.0.3 to 13.0.1 | ||
- Fixed typos in exception messages | ||
- Made verify=true by default in IJwtDecoder methods | ||
# Unreleased | ||
|
||
- TBD | ||
|
||
# 10.0.1 | ||
|
||
- Fixed deserializing JWT header | ||
- Updated Newtonsoft.Json to version to 13.0.2 | ||
- Updated System.Text.Json to version 6.0.7 | ||
|
||
# 10.0.0 | ||
|
||
- Made NoneAlgorithm not requiring any keys as it is not signed | ||
- Added option to select default serializer, Newtonsoft.Json or System.Text.Json (#433) | ||
- Renamed default IdentityFactory in Jwt.Extensions.AspNetCore, opened up for inheritance, extension (#428) | ||
- Added Encode(T) and Encode(Type, object) to JwtBuilder (#415) | ||
- Updated Newtonsoft.Json to version 13.0.1 | ||
- Fixed typos in exception messages | ||
- Made verify=true by default in IJwtDecoder methods |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters