TBD54566975 / ssi-service

The Self Sovereign Identity Service
Apache License 2.0
151 stars 55 forks source link

[Idea] Create learning slides for full manifest flow #303

Open nitro-neal opened 1 year ago

nitro-neal commented 1 year ago

Create learning slides for a full credential manifest flow

Similar to this https://github.com/TBD54566975/ssi-service/blob/main/integration/steelthread_integration_test.go

But use different formats and proof types and see how they relate and what they do:

    "format": {
      "jwt": {
        "alg": ["EdDSA", "ES256K", "ES384"]
      },
      "jwt_vc": {
        "alg": ["ES256K", "ES384"]
      },
      "jwt_vp": {
        "alg": ["EdDSA", "ES256K"]
      },
      "ldp_vc": {
        "proof_type": [
          "JsonWebSignature2020",
          "Ed25519Signature2018",
          "EcdsaSecp256k1Signature2019",
          "RsaSignature2018"
         ]
       }
     }
andresuribe87 commented 1 year ago

Putting this here for now, while I craft a good place for it in the README VCs Demystified.pdf