Releases: adorsys/sd-jwt
Releases · adorsys/sd-jwt
v1.1
What's Changed
- Implement advanced verification of SD-JWT by @IngridPuppet in #7
- Configured project for release to Maven Central Repository by @ArmandMeppa in #9
- build: fix release by @ArmandMeppa in #11
- Feat 4 impl trusted issuers policies by @Marcjazz in #8
- Update package name from com.adorsys.ssi to de.adorsys by @ArmandMeppa in #12
New Contributors
- @IngridPuppet made their first contribution in #7
- @ArmandMeppa made their first contribution in #9
Full Changelog: v1.0...v1.1
v1.0
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
- Cloned the initial version from Keycloak Core to begin the development of SD-JWT.
Features Added:
-
Implemented SD-JWT Verifiable Presentation:
- Added functionality to read and process verifiable presentations in SD-JWT format.
PR #1
- Added functionality to read and process verifiable presentations in SD-JWT format.
-
Exposed extra verification:
- Implemented
exp
&nbf
claims verification.
PR #2
- Implemented
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
- Removed all dependencies on Keycloak and replaced them with Nimbus Jose library for JWT handling.
Full Changelog:
For a detailed list of all changes, please visit the commit history.