EWC-consortium / ewc-wallet-conformance-backend

This is the EWC Interoperability Test Bed (ITB) and implements the conformance towards EWC RFCs; build towards the Large Scale Pilot (LSP) usecases. The project is co-funded by the European Union.
3 stars 1 forks source link

Replace 'every' occurence of `vc_jwt` with `jwt_vc` #10

Closed georgepadayatti closed 3 months ago

georgepadayatti commented 3 months ago

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: https://github.com/EWC-consortium/ewc-wallet-conformance-backend/blob/b429a168651b1b59ce78c0a4e09aa7ab8321b6e2/routes/routes.js#L220-L223
endimion commented 3 months ago

fixed by last merge