You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [0.4.1-SNAPSHOT] Support for JWT tokens signed with Mobile-ID (ES256)
4
+
5
+
Features:
6
+
* Use [cdoc2-auth-token:0.3.3-SNAPSHOT](https://github.com/open-eid/cdoc2-auth) that adds support
7
+
for ES256 (Mobile-ID)
8
+
9
+
Improvements:
10
+
* Certificates updates + added script that downloads and creates truststore
11
+
* Spring Boot 3.3.3 -> 3.4.1 + other dependency updates
12
+
* Tag `cdoc2-shares-server-liquibase` with `latest` when built using `build-image.sh` script
13
+
14
+
## [0.3.0-SNAPSHOT] First public release
4
15
5
16
* 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}"`)
6
17
- Fix Disclosure decoding (previously Disclosure were incorrectly decoded even when digest didn't match )
7
-
- Use "aud" list of {server}/key-shares/{shareID}?nonce={nonce} URLs instead of custom "shareAccessData" json object.
8
-
- remove "kid" from JWT header (duplicate of "iss" in JWT body)
9
-
- remove "iat" and "exp" claims. Nonce creation time is checked by `cdoc2-shares-server`
18
+
- Use `"aud"` list of `{server}/key-shares/{shareID}?nonce={nonce}` URLs instead of custom `shareAccessData` json object.
19
+
- remove `"kid"` from JWT header (duplicate of "iss" in JWT body)
20
+
- remove `"iat"` and `"exp"` claims. Nonce creation time is checked by `cdoc2-shares-server`
0 commit comments