Skip to content

Releases: KoalaFacts/HeroSD-JWT

Release v1.1.7

20 Nov 10:04
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Full Changelog: v1.1.6...v1.1.7


Installation

Package Details

  • NuGet: HeroSD-JWT v1.1.7
  • Frameworks: net8.0, net9.0, net10.0
  • Dependencies: Microsoft.Bcl.Memory (net8.0 only)

SBOMs (Software Bill of Materials)

Per-framework SBOMs included in this release:

  • SPDX 2.2 format (net8.0, net9.0, net10.0)
  • SPDX 3.0 format (net8.0, net9.0, net10.0)

Documentation

Release v1.1.6

20 Nov 05:31
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • feat: Comprehensive Algorithm Support + Empty Key Validation by @ldsenow in #41
  • feat: Token Replay Attack Prevention (MVP) by @ldsenow in #40
  • feat: Add Post-Quantum Cryptography (PQC) support for .NET 10 by @ldsenow in #42
  • Feature/additional algorithms by @ldsenow in #43
  • Feature/replay protection by @ldsenow in #44
  • feat: JWT token revocation support by @ldsenow in #45
  • Add Ed25519 support to HeroSD by @ldsenow in #46

Full Changelog: v1.1.3...v1.1.6


Installation

Package Details

  • NuGet: HeroSD-JWT v1.1.6
  • Frameworks: net8.0, net9.0, net10.0
  • Dependencies: Microsoft.Bcl.Memory (net8.0 only)

SBOMs (Software Bill of Materials)

Per-framework SBOMs included in this release:

  • SPDX 2.2 format (net8.0, net9.0, net10.0)
  • SPDX 3.0 format (net8.0, net9.0, net10.0)

Documentation

Release v1.1.5

20 Nov 05:19
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • feat: Comprehensive Algorithm Support + Empty Key Validation by @ldsenow in #41
  • feat: Token Replay Attack Prevention (MVP) by @ldsenow in #40
  • feat: Add Post-Quantum Cryptography (PQC) support for .NET 10 by @ldsenow in #42
  • Feature/additional algorithms by @ldsenow in #43
  • Feature/replay protection by @ldsenow in #44
  • feat: JWT token revocation support by @ldsenow in #45
  • Add Ed25519 support to HeroSD by @ldsenow in #46

Full Changelog: v1.1.3...v1.1.5


Installation

Package Details

  • NuGet: HeroSD-JWT v1.1.5
  • Frameworks: net8.0, net9.0, net10.0
  • Dependencies: Microsoft.Bcl.Memory (net8.0 only)

SBOMs (Software Bill of Materials)

Per-framework SBOMs included in this release:

  • SPDX 2.2 format (net8.0, net9.0, net10.0)
  • SPDX 3.0 format (net8.0, net9.0, net10.0)

Documentation

Release v1.1.4

20 Nov 05:05
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • feat: Comprehensive Algorithm Support + Empty Key Validation by @ldsenow in #41
  • feat: Token Replay Attack Prevention (MVP) by @ldsenow in #40
  • feat: Add Post-Quantum Cryptography (PQC) support for .NET 10 by @ldsenow in #42
  • Feature/additional algorithms by @ldsenow in #43
  • Feature/replay protection by @ldsenow in #44
  • feat: JWT token revocation support by @ldsenow in #45
  • Add Ed25519 support to HeroSD by @ldsenow in #46

Full Changelog: v1.1.3...v1.1.4


Installation

Package Details

  • NuGet: HeroSD-JWT v1.1.4
  • Frameworks: net8.0, net9.0, net10.0
  • Dependencies: Microsoft.Bcl.Memory (net8.0 only)

SBOMs (Software Bill of Materials)

Per-framework SBOMs included in this release:

  • SPDX 2.2 format (net8.0, net9.0, net10.0)
  • SPDX 3.0 format (net8.0, net9.0, net10.0)

Documentation

Release v1.1.3

14 Nov 12:14
Immutable release. Only release title and notes can be modified.

Choose a tag to compare


Installation

dotnet add package HeroSD-JWT --version 1.1.3

Package Details

  • NuGet: HeroSD-JWT v1.1.3
  • Frameworks: net8.0, net9.0, net10.0
  • Dependencies: Microsoft.Bcl.Memory (net8.0 only)

SBOMs (Software Bill of Materials)

Per-framework SBOMs included in this release:

  • SPDX 2.2 format (net8.0, net9.0, net10.0)
  • SPDX 3.0 format (net8.0, net9.0, net10.0)

Documentation

Full Changelog: v1.1.2...v1.1.3

Release v1.1.2

14 Nov 10:43
Immutable release. Only release title and notes can be modified.

Choose a tag to compare


Installation

dotnet add package HeroSD-JWT --version 1.1.2

Package Details

  • NuGet: HeroSD-JWT v1.1.2
  • Frameworks: net8.0, net9.0, net10.0
  • Dependencies: Microsoft.Bcl.Memory (net8.0 only), Microsoft.Extensions.Logging.Abstractions

SBOMs (Software Bill of Materials)

Per-framework SBOMs included in this release:

  • SPDX 2.2 format (net8.0, net9.0, net10.0)
  • SPDX 3.0 format (net8.0, net9.0, net10.0)

Documentation

Full Changelog: v1.1.1...v1.1.2

Release v1.1.1

14 Nov 09:07

Choose a tag to compare

HeroSD-JWT v1.1.1

Production-ready .NET library for SD-JWT (Selective Disclosure JWT)

Features

  • ✅ Complete SD-JWT implementation per IETF draft-ietf-oauth-selective-disclosure-jwt
  • ✅ Array element disclosure support
  • ✅ Nested claims with recursive processing
  • ✅ Key binding (holder binding)
  • ✅ Multiple signature algorithms: HS256, RS256, ES256
  • ✅ Zero third-party dependencies (BCL only)
  • ✅ Multi-targeting: .NET 8.0 (LTS), 9.0, 10.0
  • ✅ Native AOT compatible
  • ✅ Full XML documentation
  • ✅ Symbol package (.snupkg) with Source Link debugging

Installation

dotnet add package HeroSD-JWT --version 1.1.1

Package Details

  • Frameworks: net8.0, net9.0, net10.0
  • Dependencies: Microsoft.Bcl.Memory (net8.0 only), Microsoft.Extensions.Logging.Abstractions

Documentation

SBOMs (Software Bill of Materials)

SBOMs are being generated asynchronously and will be attached to this release shortly.


🎯 Production ready - Fully tested and verified!

Release v1.1.0

14 Nov 06:28
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

HeroSD-JWT v1.1.0

Production-ready .NET library for SD-JWT (Selective Disclosure JWT)

Features

  • ✅ Complete SD-JWT implementation per IETF draft-ietf-oauth-selective-disclosure-jwt
  • ✅ Array element disclosure support
  • ✅ Nested claims with recursive processing
  • ✅ Key binding (holder binding)
  • ✅ Multiple signature algorithms: HS256, RS256, ES256
  • ✅ Zero third-party dependencies (BCL only)
  • ✅ Multi-targeting: .NET 8.0 (LTS), 9.0, 10.0
  • ✅ Native AOT compatible
  • ✅ Full XML documentation
  • ✅ Symbol package (.snupkg) with Source Link debugging

Installation

dotnet add package HeroSD-JWT --version 1.1.0

Package Details

  • Frameworks: net8.0, net9.0, net10.0
  • Dependencies: Microsoft.Bcl.Memory (net8.0 only), Microsoft.Extensions.Logging.Abstractions

Documentation

SBOMs (Software Bill of Materials)

SBOMs are being generated asynchronously and will be attached to this release shortly.


🎯 Production ready - Fully tested and verified!

Release v1.0.5

24 Oct 07:09
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

HeroSD-JWT v1.0.5

Production-ready .NET library for SD-JWT (Selective Disclosure JWT)

Features

  • ✅ Complete SD-JWT implementation per IETF draft-ietf-oauth-selective-disclosure-jwt
  • ✅ Array element disclosure support
  • ✅ Nested claims with recursive processing
  • ✅ Key binding (holder binding)
  • ✅ Multiple signature algorithms: HS256, RS256, ES256
  • ✅ Zero third-party dependencies (BCL only)
  • ✅ Multi-targeting: .NET 8.0 (LTS) + .NET 9.0
  • ✅ Native AOT compatible
  • ✅ 277 comprehensive tests
  • ✅ Full XML documentation
  • ✅ Symbol package (.snupkg) with Source Link debugging

Installation

dotnet add package HeroSD-JWT --version 1.0.5

Package Details

  • Frameworks: net8.0, net9.0
  • Dependencies: Microsoft.Bcl.Memory (net8.0 only)

Documentation


🎯 Production ready - Fully tested and verified!

Release v1.0.4

24 Oct 06:54
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

HeroSD-JWT v1.0.4

Production-ready .NET library for SD-JWT (Selective Disclosure JWT)

Features

  • ✅ Complete SD-JWT implementation per IETF draft-ietf-oauth-selective-disclosure-jwt
  • ✅ Array element disclosure support
  • ✅ Nested claims with recursive processing
  • ✅ Key binding (holder binding)
  • ✅ Multiple signature algorithms: HS256, RS256, ES256
  • ✅ Zero third-party dependencies (BCL only)
  • ✅ Multi-targeting: .NET 8.0 (LTS) + .NET 9.0
  • ✅ Native AOT compatible
  • ✅ 277 comprehensive tests
  • ✅ Full XML documentation
  • ✅ Symbol package (.snupkg) with Source Link debugging

Installation

dotnet add package HeroSD-JWT --version 1.0.4

Package Details

  • Frameworks: net8.0, net9.0
  • Dependencies: Microsoft.Bcl.Memory (net8.0 only)

Documentation


🎯 Production ready - Fully tested and verified!