-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
Remember me option on login #39
Comments
# [0.13.0](v0.12.0...v0.13.0) (2020-01-18) ### Bug Fixes * **admin rpc:** fix transaction issues on thumbnails regeneration ([af8e3ea](af8e3ea)) * **thumbnails:** fix wrong color in thumbnails ([1d5500d](1d5500d)), closes [#77](#77) * media comment was not reset properly ([b42eadf](b42eadf)) * **web reader:** first/last display to full height in double pages mode ([a7548e2](a7548e2)) * **web reader:** remove blank space between images in double pages mode ([b65b009](b65b009)), closes [#72](#72) ### Features * **api:** search books by media status ([0790501](0790501)) * **book analyzer:** partial handling of archives with errors ([2605b1d](2605b1d)), closes [#57](#57) * **browse book:** add button to read book when hovering on thumbnail ([c490e79](c490e79)), closes [#67](#67) * **security:** add remember-me option ([003452b](003452b)), closes [#39](#39) * **web reader:** add 'original' fit option ([d030044](d030044)), closes [#71](#71) * **webui:** add Media Analysis screen showing all books in error ([27d46d5](27d46d5)), closes [#26](#26)
🎉 This issue has been resolved in version 0.13.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Hi, I have this exact problem now...using vs 0.153.1 with chrome on Android...am I missing something? |
Don't comment on resolved issues. |
The current session management, even though expiry is set at 7 days, doesn't always work.
Chrome Android in particular asks for login every time.
A specific remember me mechanism should solve this issue.
The text was updated successfully, but these errors were encountered: