Skip to content

Releases: adorsys/sd-jwt

v1.1

21 Jun 08:18
20ca768
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0...v1.1

v1.0

05 Jun 12:43
dd2e8cc
Compare
Choose a tag to compare

Introduction:

SD-JWT is a Java library for handling Selective Disclosures JSON Web Tokens (JWTs) used in secure data exchange.

What's Changed:

Initial Setup:

  • Initialized Repository with Keycloak Core Clone:
    • Cloned the initial version from Keycloak Core to begin the development of SD-JWT.
      PR #1

Features Added:

  • Implemented SD-JWT Verifiable Presentation:

    • Added functionality to read and process verifiable presentations in SD-JWT format.
      PR #1
  • Exposed extra verification:

    • Implemented exp & nbf claims verification.
      PR #2

Dependency Changes:

  • Removed Keycloak Dependencies, Replaced with Nimbus Jose:
    • Removed all dependencies on Keycloak and replaced them with Nimbus Jose library for JWT handling.
      PR #3

Full Changelog:

For a detailed list of all changes, please visit the commit history.