More musings for the TASKS file.
[?]
Jun 18, 2015, 11:02 PM
AVDFWICBJ3QNP3Z3I6OQ6GB6T3SG7K64LF6B4CDGISTE3QBFYP3QCDependencies
Change contents
- edit in TASKS.md at line 59
* Authentication* Integrate server-session package? https://github.com/yesodweb/serversession/blob/master/README.mdWe don't really use sessions at the moment, but this will be useful once there's a UI.Alternately, need to look into JWT (http://jwt.io/) to figure out whether this approachis relevant for us.* Payouts* Previously, I had thought it would be easiest for payments to be made directly toa per-aftok BTC address, and a subsequent transaction used to then distributethat transaction to the participants. However, I now think it makes more sense topresent the payer with a transaction to complete and sign that sends funds directlyfrom their wallet to the participants, as a multiparty txn requiring signaturesof both the aftok server (which would sign in advance) and the payer. This avoidsthe central server even momentarily having control of any funds. - edit in TASKS.md at line 79
* When a payment is observed, distribute it to participants.