-
Notifications
You must be signed in to change notification settings - Fork 308
Conversation
e9093be
to
f7f0a48
Compare
f7f0a48
to
a56a8fe
Compare
Email auth (#4539) would sure make this flow nicer. |
Email auth would potentially allow us to charge people as "guests" without making them make an account. That moves us even further outside our current flow of funds, however (e.g., what are the fraud implications?). And I think the user experience would actually be fairly close in either case, because the email prompt would come at the end of the flow regardless (you don't want to put it anywhere else because then they have to go to email and come back—a high-drag maneuver). In sketching up the flow given current auth (no email) I see:
|
Here's a write-up of what's sketched there:
Daily cron task:
|
From slack:
|
Bringing back pledging means bringing back locking/hard-opt-out, which plays into phishing mitigation: #4557 (comment). |
Closing in favor of #4598. |
So far under #4427 we've deployed discovery via
package.json
, but the payment mechanic is the same one we've always had: recurring weekly payments managed individually for each and every package. This PR adds a new payment mechanic (our first in years—ever?): givers can set a single dollar amount to pay for their entirepackage.json
in aggregate.Todo