Skip to content

Commit

Permalink
Merge pull request #4 from adorsys/release-notes
Browse files Browse the repository at this point in the history
doc: added initial project release note
  • Loading branch information
bengo237 authored May 7, 2024
2 parents 33d2bbe + 6f66c00 commit 175cd72
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/release-notes/release_v1_0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# SD-JWT Release Notes - Version 1.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](https://github.com/adorsys/sd-jwt/pull/1)

### Features Added:
- **Implemented SD-JWT Verifiable Presentation:**
- Added functionality to read and process verifiable presentations in SD-JWT format.
[PR #1](https://github.com/adorsys/sd-jwt/pull/1)

- **Exposed extra verification:**
- Implemented `exp` & `nbf` claims verification.
[PR #2](https://github.com/adorsys/sd-jwt/pull/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](https://github.com/adorsys/sd-jwt/pull/3)

## Full Changelog:

For a detailed list of all changes, please visit the [commit history](https://github.com/adorsys/sd-jwt/commits/1.0).

0 comments on commit 175cd72

Please sign in to comment.