bayang / jelu

Self hosted read and to-read list book tracker
MIT License
331 stars 13 forks source link

Restore logged in status after recreation of container #116

Open n00b12345 opened 5 months ago

n00b12345 commented 5 months ago

Right now once a container is destroyed and created again, the logged in status is lost and one has to log in afresh.

I backup my volumes daily (after stopping the container) and therefore this is a bit of an annoyance.

Remembering the state of logged in users would really be great. Kindly consider it as a feature if possible.

bayang commented 5 months ago

At the moment the session is stored in memory because I didn't wanted to bother with that. So each container restart means a new session. I'll see if storing the session in the BDD is not too much work.