#1140·tinyauth

[BUG] Session renew only considers forward auth

Author: sergi0gCreated Sep 17, 2026Updated Sep 17, 2026
Labelsbug

Describe the Bug

Tinyauth has a small default session timeout, but when accessing a service configured with forward auth while logged in, the session is renewed, so frequent logins aren't necessary. This behavior should apply to OIDC login as well, because right now I have to log in again every single day.

How to Reproduce

Only use Tinyauth for OIDC and try again a day later. You will be logged out.

Expected Behavior

The session should be renewed instead of expiring exactly after the default period.

Additional Context

No response

Logs

No response

Operating System

No response

Browser

No response

Tinyauth Version

No response

Docker Version (if applicable)

No response

Human Written Confirmation

  • I confirm this issue was written by me and not generated by an LLM or AI assistant.