🚀 Feature: Decouple Pocket ID session length from OIDC client #140

Closed
opened 2025-07-08 08:40:48 -04:00 by AtHeartEngineer · 0 comments

Originally created by @RealOrangeOne on 5/25/2025

Feature description

Currently, the session duration of Pocket ID is the same as the session duration for each client. It should be possible to decouple these, possibly by specifying either a single system-wide value, or per-client.

Pitch

For Pocket ID itself, a session duration quite short makes sense, since it shouldn't be logged in to that often, and reducing it helps implement #544.

However, having to re-authenticate with logged in services every hour (by default) is fairly tedious and doesn't make sense for quite a few services.

*Originally created by @RealOrangeOne on 5/25/2025* ### Feature description Currently, the session duration of Pocket ID is the same as the session duration for each client. It should be possible to decouple these, possibly by specifying either a single system-wide value, or per-client. ### Pitch For Pocket ID itself, a session duration quite short makes sense, since it shouldn't be logged in to that often, and reducing it helps implement #544. However, having to re-authenticate with logged in services every hour (by default) is fairly tedious and doesn't make sense for quite a few services.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pocket-id#140