We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d59207 commit b68577aCopy full SHA for b68577a
CHANGELOG.md
@@ -14,10 +14,12 @@
14
15
# 10.0.0
16
17
+- **Breaking:** Made System.Text.Json the default serializer on the platforms where it's available
18
+- **Breaking:** Made verify=true by default in IJwtDecoder methods
19
+
20
- Made NoneAlgorithm not requiring any keys as it is not signed
21
- Added option to select default serializer, Newtonsoft.Json or System.Text.Json (#433)
22
- Renamed default IdentityFactory in Jwt.Extensions.AspNetCore, opened up for inheritance, extension (#428)
23
- Added Encode(T) and Encode(Type, object) to JwtBuilder (#415)
24
- Updated Newtonsoft.Json to version 13.0.1
25
- Fixed typos in exception messages
-- Made verify=true by default in IJwtDecoder methods
0 commit comments