Releases: jwt-dotnet/jwt
Releases · jwt-dotnet/jwt
v20191202.32
Changes:
This list of changes was auto generated.
v20191202.14
Changes:
This list of changes was auto generated.
v20191202.3
v20191005.2
Changes:
This list of changes was auto generated.
v20191001.7
Changes:
This list of changes was auto generated.
v20190929.65
Changes:
- 8b42681 Refactoring RS256Algorithm, tests (#223)
- 7dd26d3 Update README.md
- 3e2aa6a Update build.yml to upgrade version of some tools (#217)
- 9f052ed Update README.md
- cba8c24 Added support for SourceLink (#211)
- a26b409 Cleanup unit tests (#212)
- 59dbce9 Bumped NuGet and .NET Core versions (#213)
This list of changes was auto generated.
v20190817.2
Changes:
- a1eb810 Added method to add several claims (#210)
- aa3d71b Fix parameters checking in the RS256Algorithm's constructor (#209)
- 16ef475 Checking for public and private key not to be null in RS256Algorithm (#208)
- 050b24b Refactoring JwtEncoder (#206)
- 2fd681e Update validate token expiration sample code (#205)
- 9b6a0f0 Fixed typo in README.md (#203)
- 1af1f51 Add additional framework targets: net463, netstandard20 (#202)
- 471b66d Replacing MSBuild with dotnet in build.yml (#199)
- ce7ce3b Use the lambda syntax wherever possible (#197)
- 0e846df Replacing PowerShell-based build with YAML-based (#198)
See more
- a406354 Reverting changing FileVersion, AssemblyVersion
- f9a56eb Change the RS256Algorithm to take in the RSA Service Provider/RSA (#195)
- c629c23 Update README.md
- 44d1cc7 Used Any() in AllKeysHaveValues()
- c10af0e Adding to JwtBuilder overload of WithSecrets() accepting params byte[][] (#189)
- ffa208c Calling Encoding methods from EncodingHelper (#188)
- 41eeeca Bumping version to 5.0.0
- 59c1623 Adding non-throwing methods TryValidate to JwtValidator (#186)
- 9ce7c0d Updating NuGet packages in tests (#185)
- bb4f002 Cleaning-up xml docs (#184)
- 86991b6 Replacing AppVeyor with VSTS (#176)
- 61bb458 Update .gitignore
- 5c1c41c Update links to latest RFC (#175)
- 03e48f8 Updating packages, minor refactoring (#174)
- 5be63e9 Extra headers were not encoded (#156)
- 00efc17 Update README.md
- a6153e1 Adding overload of Sign() to RS256Algorithm (#167)
- a4099a8 Fixed missing quote and typo in README.md (#165)
- 1997339 Update README.md (#163)
- 6674041 Using single overload of WithSecret() but with params (#162)
- 2ee0b5e Support multiple keys for decoding (#160)
- 15ed092 Promoting NuGet pacakge to 4.0.0 Release (#161)
- 29c538d Fix Readme (#159)
- 637a291 Support
kid
header (#155) - ebf592e Refactoring RS256Algorithm (#151) [ #144, #149, #150 ]
- 225a436 DateTime provider to return DatetimeOffset (#152)
- 83a7506 Adding, renaming, fixing JwtBuilder methods (#147)
- 3e62ccd Adding JwtBuilder (#140)
- de16d6e Downgrading to NET46 (#142)
- a53cbfa Adding overloads for Decode() (#139)
- bc1bf97 Added a custom JsonSerializer settings example. (#135)
- 66c6344 Referencing Json.Net 9.0.1, fixing output folder settings, bumping version to 3.0.3 (#133)
- c7a7145 Modify RS256Algorithm to use RSA from cert directly (#127)
- 8432419 Making JwtEncoder.Validate() public (#128) [ #126 ]
- d1d3311 Pin Сake version (#129)
- 50e5445 OWASP Security Tests and Fixes (#121)
- d639be2 Adding to JsonNetSerializer ctor accepting JsonSerializer (#120)
- d51a8a3 Fix test builds (#109)
- e0092b8 Implementing constant-time comparison in JwtValidator (#111)
- 532bb1c Updating misc files: gitignore, test projects app settings (#110)
- fc81946 Removing static API (#107)
- 8137c59 Adding IAlgFactory to master (v3) branch (#102)
- 977cb10 Added missing xml documentation (#99)
- 24ed64d Fix tests for both platforms (#97)
- 1753f45 Adding AppVeyor badge to README (#94)
- f756675 Adding NuGet version badge to README (#98)
- 43881f0 Merge pull request #92 from jwt-dotnet/update-appveyor-config
- 2462b55 Explicitly specify build image to use
- 0d29613 Merge pull request #91 from nbarbettini/cake
- d7a3f6b Add override to fix net35 build error
- 9211ab1 Add cake build script
- 89f8260 Update exp and nbf validation to use double parsing (#89)
- a2f104d Port to .NET Standard (#72)
- 872cbf4 Added missing IBase64UrlEncoder to code samples (#84)
- dd35710 Updating Json.Net to v10, other dev/test dependencies (#83)
- 0791dd3 Add support for nbf (Not Before) token claim validation in V2 (#81)
- 448f085 Moving Base64UrlEncode/Base64UrlDecode to separate entity (#82)
- 29424f7 Downgrading target framework version to .NET 3.5 (#71)
- c9e01e6 Using correct HMACSHA in corresponding IAlgorithm implementation (#79)
- deb9088 Bumping version to 2.1.0 beta. Fixing project, solution files after merge.
- bb394ed Support Asymmetric Signing (especially RS256) in V2 (#68)
- 6f398dc Evolving project to version 2.0 (#67)
- 89d0e50 Bumping version to 1.4.1. Fixing references in the Tests project.
- f13e7c6 TokenExpiredException inherits from SignatureVerificationException + Refactor (#64)
- 5f5bbd6 Add payloadData and expiration to the TokenExpiredException exception (#63)
- e27176d Removes expected signature from SignatureVerificationException for security reasons (#62)
- fb517dc Fixing package.cmd (#57)
- 47bd92c Updating nuspec, package.cmd (#54)
- 0472ef9 Bumping version to 1.3.5-beta, updating nuspec (#53)
- 48adb9d Moving source codes under src, tests under tests\ (#49)
- 87700ef Making Verify() public (#52)
- d848369 Ordering overloads of Encode() and Decode(). Moving private methods to the bottom. (#51)
- b8f9747 Moving JwtHashAlgorithm to its own file (#50)
- 55bad4a Reading exp from payload using TryGetValue, other refactoring (#28)
- 3ca275b Removing unnecessary ToArray() (#45)
- 5ff0ed0 Adding distinct TokenExpiredException (#33)
- cfad0ab Merge pull request #19 from abatishchev/refactoring-1
- 43bf662 Cleaning-up the tests
- 1dd8f17 Extracting SignatureVerificationException to separate file
- aa0cd1e Merge remote-tracking branch 'upstream/master' into refactoring-1
- f032ce8 Merge branch 'Zagitta-master'
- 6398313 Added byte[] key overload for non-generic version of DecodeToObject
- 0a3558e Fixed formatting
- 7d23f53 Added DecodeToOjbect overload with a byte[] key
- 0835f01 Extracting method Verify()
- 549db01 General code rafactoring
- d716f5f Update version to 1.3.4
- 2f6ebc3 Merge branch 'pr-25'
- 6dd9e05 Removed reference to Log
- 6091239 Merge branch 'master' of https://github.com/jwt-dotnet/jwt
- 1a11ba6 Merge branch 'master' of https://github.com/johnsheehan/jwt
- 08430d0 add jsonserializer
- 37f8687 Merge pull request #24 from abatishchev/patch-1
- 64d53a7 Updating version to 1.3.3
- 9a66cd3 Update README.md
- 23e3c0c Merge pull request #22 from johnsheehan/Tests
- d941f03 now with more tests
- c53d91c Ignore Packages folder
- d420db0 Merge pull request #20 from skimbrel/custom-header-support
- e374970 Add support for custom header values.
- 36b3eb7 Merge pull request #7 from jchannon/deserializer
- 41b5ff8 Merge pull request #12 from liammclennan/r...