Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace 'every' occurence of vc_jwt with jwt_vc #10

Closed
georgepadayatti opened this issue Jun 14, 2024 · 1 comment
Closed

Replace 'every' occurence of vc_jwt with jwt_vc #10

georgepadayatti opened this issue Jun 14, 2024 · 1 comment

Comments

@georgepadayatti
Copy link
Contributor

This has to be changed in the following places:

  1. Issuer well-known configuration: https://github.com/EWC-consortium/ewc-wallet-conformance-backend/blob/main/data/issuer-config.json
  2. Credential endpoint:
    // console.log(credential);
    if (format === "jwt_vc") {
    let payload = {};
    if (requestedCredentials != null && requestedCredentials[0] === "PID") {
@georgepadayatti georgepadayatti changed the title Replace 'every' occurence of vc_jwt with jwt_vc or jwt_vc_json Replace 'every' occurence of vc_jwt with jwt_vc Jun 14, 2024
@endimion
Copy link
Collaborator

fixed by last merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants