ComradOrg / Comrad

A socialist network: encrypted, insurveillable, unmontizeable, and self-governing. App is written in Python. (Calling all socialist programmers for help!)
https://comrad.app
Other
196 stars 6 forks source link

Conceptual Issue: Multiple accounts? #40

Open marxzuckerburg opened 3 years ago

marxzuckerburg commented 3 years ago

Will we allow users to have multiple accounts?

The only way to limit this would be to disallow multiple accounts from being stored on one device (by having app check if its hardware-only redis-like database already has a record for a user) -- since we don't want to store IPs or sessions or cookies: actually we can't, since users are coming to us via a different IP address each time via Tor.

Here are some pros and cons I can see.

Pros

Cons