siv-org / siv

Secure Internet Voting protocol
https://siv.org
Other
12 stars 9 forks source link

Invite Voters via SMS #28

Open arianabuilds opened 2 years ago

arianabuilds commented 2 years ago
dsernst commented 2 years ago

Admin would add voter's SMS numbers, and then instead of inviting via email they could be sent a text message w/ their link to vote.

Part of the motivation here is also as a backup option if the email gods aren't cooperating, as another way to get them their auth token.

dsernst commented 2 years ago

One slight consideration is that sending SMS's is about $0.01 each. Not a huge deal but don't want to abuse this in free elections.

dsernst commented 2 years ago

Could use Signal bot to send end-to-end encrypted messages to phone numbers, very cheap

Only downside is the voter needs to be on Signal already. We can use Signal API to first check if they're registered

dsernst commented 6 months ago

Dupe of https://github.com/dsernst/siv/issues/96