Skip to content

Tags: jwt-dotnet/jwt

Tags

20241203.4

Toggle 20241203.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated System.Text.Json to version 9.0.0 (#509)

* Updated System.Text.Json to version 9.0.0
* Updated JWT version to 11.0.0
* Updated CHANGELOG.md

---------

Co-authored-by: Alexander Batishchev <[email protected]>

20240924.2

Toggle 20240924.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated NuGet packages (#507)

* Updated System.Text.Json to version 8.0.4
* Bumped JWT version to 11.0.0-beta3

20240529.1

Toggle 20240529.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Made events async (#501)

* Made Events Async
* Updated Readme and version
* Updated CHANGELOG.md
* Bumped version to beta4

---------

Co-authored-by: Alexander Batishchev <[email protected]>

20240429.3

Toggle 20240429.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Switched to events model to DI of event type (#495)

* Switch to Events Model to Allow IoC of Event Type
* Added, updated tests
* Updated changelog
* Bumped JWT.Extensions.AspNetCore version to beta3
---------

Co-authored-by: Alexander Batishchev <[email protected]>
Co-authored-by: Alex Batishchev <[email protected]>

20240428.16

Toggle 20240428.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replaced .NET 7 with .NET 8 (#498)

* Replaced .NET 7 with .NET 8
* Updated tests, dependencies
* Updated changelog
* Bumped version to beta2

20240428.13

Toggle 20240428.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Removed referencing System.Text.Json when targeting modern .NET (#497)

* Removed referencing System.Text.Json when targeting modern .NET
* Bumped version, updated dependencies, added changelog

---------

Co-authored-by: Alex Batishchev <[email protected]>

20230927.5

Toggle 20230927.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Made ctor of ValidationParameters public (#480)

* Made ctor of ValidationParameters public
* Set default values for boolean properties to true
* Update tests
* Bumped version to 10.1.1
* Update CHANGELOG.md

---------

Co-authored-by: Alexander Batishchev <[email protected]>

20230811.3

Toggle 20230811.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Unamrked HMAC SHA based algorithms as insecure and obsolete (#478)

* Reverted #384.
* Bumped version to 10.1.0
* Updated changelog

20230717.13

Toggle 20230717.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added default ctor to JwtHeader and decorated it with [JsonConstructo…

…r] (#475)

* Bumped version to 10.0.3
* Updated JwtHeader.cs
* Updated CHANGELOG.md
* Updated JwtHeaderTests.cs
* Updated JwtBuilderEncodeTests.cs

---------

Co-authored-by: ajaume <[email protected]>
Co-authored-by: Alexander Batishchev <[email protected]>

20230131.15

Toggle 20230131.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Including CHANGELOG file into build drop (#465)

* Update build.yml