Skip to content

Commit

Permalink
Created CHANGELOG.md (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
abatishchev authored Jan 16, 2023
1 parent a1204da commit 05fce36
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 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

0 comments on commit 05fce36

Please sign in to comment.