johnsaigle / forget-me-facebook

Periodically delete old Facebook interactions (posts, likes, tags, event attendance, etc.)
GNU General Public License v3.0
9 stars 2 forks source link

Session cookies must be stored securely #8

Open johnsaigle opened 6 years ago

johnsaigle commented 6 years ago

We only want the user to have to type in their credentials once. When they are submitted we will store the session cookie on the user's machine. This shouldn't be done in plaintext so we should decide on a safe(r) way to do this.

(Related to #1)