-
Notifications
You must be signed in to change notification settings - Fork 62
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
Session expiration could be handled better #12
Comments
Agreed. Here are the issues i'm seeing on Firefox:
|
Hey @axelsimon, thanks for the detailed issues you found. My main focus right now is on the new API, which I hope it solve some of the server related issues you're experiencing at the moment: go-shiori/shiori#497. Main change that extension will benefit from is the use of JWTs for sessions, which are not stored in memory, meaning that at least a server restart won't "expire" them and that expiration would be either configurable or unlimited, depending on the circumstances. |
I didn't answer back in March, but good to hear. And congrats, I see go-shiori/shiori#497 is now done :) Does this mean this might see some progress? |
Yes, JWT sessions are landing in v1.6.0 (next release), once that's released we need to release a new version of the plugin too. |
Having to go to shiori page and re-login is pretty inconvenient, at least redirect there automatically, give a login popup or give ability to save credentials to re-login automatically
The text was updated successfully, but these errors were encountered: