TBD54566975 / web5-kt

Apache License 2.0
10 stars 10 forks source link

web5-kt and web5-js PEX difference #158

Open nitro-neal opened 10 months ago

nitro-neal commented 10 months ago
              "constraints":{
                "fields":[
                  {
                    "path":[
                      "$.vc.credentialSubject.btcAddress",
                      "$.credentialSubject.btcAddress",
                    ]
                  }
                ]
              }

web5-kt only works with "$.vc.credentialSubject.btcAddress", where as web5-js works with "$.credentialSubject.btcAddress",

decentralgabe commented 6 months ago

we should be using $.vc. since we should be parsing the JWT payload directly