bitpay / jsonPaymentProtocol

JSON Payment Protocol Interface
46 stars 57 forks source link

Question: Why not separate Authentication-only spec? #16

Open joemphilips opened 6 years ago

joemphilips commented 6 years ago

It seems that specification.md can be separated into two parts

  1. Authentication with x-identity,x-signature-type and x-signature and safe pubkey distribution
  2. Spec for payment request/response.

But since the simple transaction style payment is not the only way wallets works (e.g. commitment to Assurance Contracts, LN), It seems to me that separating Authentication-specific part and payment-specific part makes more sense. Am I missing something here?