mariusor / brutalinks

Link aggregator inspired by (old)reddit using ActivityPub federation. (mirror repository)
https://brutalinks.tech
MIT License
261 stars 12 forks source link

Cleanup session save #18

Closed mariusor closed 5 years ago

mariusor commented 6 years ago

We're currently saving to the session the whole models.Account object.

As it contains the Votes slice and the SSHKey associated with the account, the size of the session outgrows the capacity of the cookie session store.

We need to:

mariusor commented 5 years ago

Added file storage session store capabilities in 0281345c669db45ab42f8d.