You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am quite new to oauth and traefik, so I am not sure this is the right place to ask.
If not, appreciate any pointers where to go to look for answers and I'll be on my way :)
What I currently observe is that after 24h, I am always signed out and need to log back in.
It's a hard sign-out, even if I use the session in between, after 24h I need to re-login.
I understand why it is 24h, namely because I have set the lifetime parameter to 86400.
My understanding so far is that the session is not extended beyond 24h even if being used in the meantime because for that specific token refresh handling is required.
I am not sure if I fully understood it correctly, but if I did, then my next question would be: how would I do that with traefik-forward-auth? I found this PR, which seems related, any that would make me think it is currently not possible. Is that correct?
I consulted the Readme, but unfortunately to no avail. Any pointers greatly appreciated. Many thanks.
Hi,
I am quite new to oauth and traefik, so I am not sure this is the right place to ask.
If not, appreciate any pointers where to go to look for answers and I'll be on my way :)
What I currently observe is that after 24h, I am always signed out and need to log back in.
It's a hard sign-out, even if I use the session in between, after 24h I need to re-login.
I understand why it is 24h, namely because I have set the lifetime parameter to 86400.
My understanding so far is that the session is not extended beyond 24h even if being used in the meantime because for that specific token refresh handling is required.
I am not sure if I fully understood it correctly, but if I did, then my next question would be: how would I do that with traefik-forward-auth? I found this PR, which seems related, any that would make me think it is currently not possible. Is that correct?
I consulted the Readme, but unfortunately to no avail. Any pointers greatly appreciated. Many thanks.
For completeness, this is my current config:
The text was updated successfully, but these errors were encountered: