TBD54566975 / incubation-dcx

A Web5 Protocol for Decentralized Credential Exchange
Apache License 2.0
4 stars 5 forks source link

Dcx Server setup #27

Closed bnonni closed 1 month ago

bnonni commented 1 month ago

Rethink how we are doing certain things in this function

  1. Web5.connect: Consider breaking out the pieces of this method and instantiating it all differently
  2. Web5.connect: Also re-consider original pattern (see Discord)
  3. Secrets: Abstract out as many env secrets as possible
  4. Secrets: Figure out a good way to store remaining secrets such that they are easily stored / recovered
  5. ?
bnonni commented 1 month ago

Rethink how we are doing certain things in this function

~1. Web5.connect: Consider breaking out the pieces of this method and instantiating it all differently~ ~2. Web5.connect: Also re-consider original pattern (see Discord)~ ~3. Secrets: Abstract out as many env secrets as possible~ ~4. Secrets: Figure out a good way to store remaining secrets such that they are easily stored / recovered~ ~5. ?~

  1. Web5.connect(): Break out the pieces of this method following this pattern
  2. Agent DID: Use 1 static agent did
  3. Secrets: Abstract out as many env secrets as possible
bnonni commented 1 month ago

Completed with #31