Skip to content

Tags: algarawe/jwt

Tags

20201120.3

Toggle 20201120.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added time margin to JwtValidator (jwt-dotnet#300)

20201030.6

Toggle 20201030.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed wrongly defined x5c property in JwtHeader, inluding unit test. (j…

…wt-dotnet#298)

* Fixed wrongly defined x5c property in JwtHeader, inluding unit test.
* Updated tests
* Bumped version to 7.3.0

Co-authored-by: Alexander Batishchev <abatishchev@gmail.com>

20200919.4

Toggle 20200919.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge 954c236 into 8622284

20200521.5

Toggle 20200521.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Custom typ header (jwt-dotnet#285)

* Checking if 'typ' header is presented in extra headers before adding default value
* Update tests
* Bumped version to 7.2.1

20200513.3

Toggle 20200513.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Reworking IJwtDecoder to accept JwtParts (jwt-dotnet#282)

* Reworking IJwtDecoder to accept JwtParts
* Bumped version to 7.2.0

20200509.1

Toggle 20200509.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumped version to 7.1.0, dropped the beta suffix (jwt-dotnet#278)

20200422.11

Toggle 20200422.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Reintroduced .NET 3.5 Framework support (jwt-dotnet#270)

* Reintroduced support for .NET 3.5 Framework
* Bumped version to 7.1.0-beta1
* Updated tests
* Updated readme

Co-authored-by: Gerke Geurts <ggeurts@agg-solutions.com>
Co-authored-by: Alexander Batishchev <abatishchev@gmail.com>

20200416.1

Toggle 20200416.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumped version to 7.0.0-beta3

20200405.1

Toggle 20200405.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added support to JwtValidator for asymmetric algorithms (jwt-dotnet#267)

* Added overload to JwtValidator for asymmetric algorithms
* Added methods TryValidate to IJwtValidator
* Replaced property IsAssymeyric with interface IAssymetricAlgorithm
* Added JwtAlgorithmExtensions
* Updates tests
* Bumped version to 7.0.0-beta2

20200402.26

Toggle 20200402.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added methods to decode header (jwt-dotnet#265)

* Added methods DecodeHeader()
* Moved overloads from interfaces to extension methods
* Updated tests, documentation
* Bumped version to 7.0.0-beta1