mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[GH-ISSUE #162] Session expiration is too short – is there an ENV variable to extend it (e.g. 90 days)? #132
Labels
No labels
bug
confirmed next step
duplicate
enhancement
help wanted
in progress
in progress
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgbackweb#132
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 @hermesalvesbr on GitHub (Dec 16, 2025).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/162
Hello,
First of all, thank you for building and maintaining pgbackweb — it’s a very useful and well-designed project, and it has been extremely helpful for managing PostgreSQL backups via a clean web interface. Great work 👍
I’m currently using pgbackweb through the official Docker image (
eduardolat/pgbackweb) and noticed that the authentication/session expires quite quickly, requiring frequent re-authentication during normal usage.I’d like to clarify a few technical points:
How is authentication/session management implemented internally?
Is there any existing (or planned) environment variable to control the session or token expiration time?
SESSION_TTL,SESSION_MAX_AGE,JWT_EXPIRES_IN, or similar.If this is not currently configurable via ENV:
This would greatly improve usability for long-running admin dashboards where frequent logins can be disruptive.
Thanks again for the project and for your time.
Best regards,