mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-26 06:55:55 +03:00
[GH-ISSUE #229] Feature request: add the ability to stay logged in for longer periods #170
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#170
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @imtbl on GitHub (Jan 16, 2020).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/229
The Remember me checkbox currently causes the session cookie to expire (and therefore a logout) after 12 hours, which can be quite annoying on private machines.
Please consider adding either an additional checkbox to stay logged in for longer periods (30 days? 90 days? a year even?) or consider adjusting the behavior of the existing one.
I think most people wouldn't expect to get logged out after just 12 hours after ticking a checkbox that says Remember me. On most sites this would at least mean several days, but usually around a month I'd think.
@deanishe commented on GitHub (Aug 6, 2020):
Agree. I think I changed my fork to 30 days. I'll increase the session expiry significantly, though as sessions are only stored in RAM, you'll still have to log in again after a restart.