eu-digital-identity-wallet / eudi-lib-jvm-openid4vci-kt

Implementation of OpenID for Verifiable Credential Issuance protocol (wallet's role) in Kotlin
Apache License 2.0
13 stars 5 forks source link

Deprecate ProofSigner & BindingKey #231

Closed babisRoutis closed 1 month ago

babisRoutis commented 1 month ago

This PR

The usages of ProofSigner have been replaced by PopSigner or PopSigner.Jwt depending on the case.

Closes #232