Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preserve login state between container restarts #64

Open
simongray opened this issue Jul 7, 2022 · 0 comments
Open

Preserve login state between container restarts #64

simongray opened this issue Jul 7, 2022 · 0 comments
Labels
enhancement New feature or request nice-to-have

Comments

@simongray
Copy link
Member

One possible way to do this is to keep a Docker volume which contains the session store in a serialised form. Perhaps the sessions store could be converted into a duratom.

This would eliminate the annoyance of being logged out whenever there is an update to the system. Presumably the TTL nature of the session store would either not be affected or it could be rewritten in such a way that it isn't affected.

@simongray simongray added nice-to-have enhancement New feature or request labels Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request nice-to-have
Projects
None yet
Development

No branches or pull requests

1 participant