Skip to content

Commit

Permalink
0.3.0-SNAPSHOT: Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jann0k committed Dec 20, 2024
1 parent 37f3bae commit f98be60
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

## [0.1.0] Release (XXXX-XX-XX)

### Bugfixes

### Internal

### Features
## [0.3.0-SNAPSHOT] Release (XXXX-XX-XX)

* use [auth-token:0.2.0-SNAPSHOT](https://github.com/open-eid/cdoc2-auth) (SDJWT.body: `"aud":"https://server:port/key-shares/{shareID}?nonce={nonce}"`)
- Fix Disclosure decoding (previously Disclosure were incorrectly decoded even when digest didn't match )
- Use "aud" list of {server}/key-shares/{shareID}?nonce={nonce} URLs instead of custom "shareAccessData" json object.
- remove "kid" from JWT header (duplicate of "iss" in JWT body)
- remove "iat" and "exp" claims. Nonce creation time is checked by `cdoc2-shares-server`
- Move x5c certificate issuer check into cdoc2-auth-token module (from `cdoc2-shares-server`)

0 comments on commit f98be60

Please sign in to comment.