jschuur / coworking.party

Virtual coworking communities to keep people motivated and have a little fun.
https://coworking.party
7 stars 1 forks source link

Feature: Centrally store todo list items #105

Closed jschuur closed 1 month ago

jschuur commented 1 month ago

Store them in the main database, but do it with end to end encryption, so users have the assurance that their confidential task descriptions remain private.

Can this be done by using the session token from Next Auth? What happens if that refreshes? (Discord question)

Until then, task lists don't sync across devices (or even browser profiles).

jschuur commented 1 month ago

Done in 394b3e1272838fae7a59014b0d6738978dee8b2f.

Encryption feature moved to #116