-
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.
Fixed deserializing JWT header (#459)
* Fixed deserializing JWT header * Updated Newtonsoft.Json to version to 13.0.2 * Updated System.Text.Json to version 6.0.7 * Updated Microsoft.NET.Test.Sdk to version 17.4.1 * Bumped version of JWT to 10.0.1 * Bumped version of JWT.Extensions.AspNetCore to 10.0.01 * Bumped version of JWT.Extensions.DependencyInjection to 2.2.1
- Loading branch information
1 parent
0b3bd0b
commit ebc0945
Showing
14 changed files
with
104 additions
and
42 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
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
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
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
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
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
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
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
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
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
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
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
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