Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
oriolcanades committed Nov 11, 2024
1 parent b0b2b10 commit f7b359a
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [v1.0.3](https://github.com/in2workspace/in2-verifier-api/releases/tag/v1.0.3)
### Added
- Support for OpenID Connect.
- Support Authentication using the Authorization Code Flow.
- Support Claims with Requesting Claims using Scope Values (openid learcredential)
- Support Passing Request Parameters as JWTs (Passing a Request Object by Reference).
- Support Client Authentication method with Private Key JWT.
- Support for P-256 ECDSA keys for Signing.
- Support for OpenID for Verifiable Presentations (OID4VP).
- Support for P-256 ECDSA keys.
- Implement Human-To-Machine (H2M) authentication.
- Implement Machine-To-Machine (M2M) authentication.
- Implement Login page with QR code.
- Integrate with the DOME Trust Framework for Issuers, Participants and Services verification.
- Implement VC verification with the Revoked Credentials List.
- Implement VP Proof of Possession verification.
- Implement VP Proof of Possession verification.
- Implement Issuers, Participants and Services verification against the DOME Trust Framework.
- Implement VC verification against the DOME Revoked Credentials List.
- Implement DOME Human-To-Machine (H2M) authentication.
- Implement Login page with QR code.
- Implement DOME Machine-To-Machine (M2M) authentication.
- Integrate with the DOME Trust Framework.

### Fixed
- Fix the issue with Login page not showing Wallet URL.
- Fix the issue with Login page not showing Wallet URL.
- Fix the issue with Login page not valid Registration URL.
- Fix the issue with Login page not redirecting to the Relying Party after expiration of the QR code.

0 comments on commit f7b359a

Please sign in to comment.