-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`) |