v0.3.1
Notable Changes
- New implementation for
c_nonce
in preparation of draft 15.c_nonce
is an opaque to the wallet, that issuer implements as a self-authenticating encrypted JWT. No need to store thec_nonce
generated on the issuer side. - Removed
c_nonce_expires_in
. - New Keycloak version
26.0.5
used in docker compose.
What's Changed
- DPoP: Resource-Server provided Nonce by @dzarras in #229
- Bump SD-JWT library to v0.6.4 by @dzarras in #234
- Implement self-authenticating CNonce values using Encrypted JWTs. by @dzarras in #235
- Update Keycloak by @dzarras in #238
- Remove c_nonce_expires_in by @babisRoutis in #240
- Bump docker/metadata-action from 5.5.1 to 5.6.1 in the actions group by @dependabot in #243
- Fix SD-JWT-VC issuer metadata by @babisRoutis in #245
- Add some missing environment variables in docker-compose.yaml by @dzarras in #248
Full Changelog: v0.3.0...v0.3.1