v1.8.0
Tip
This release provides new environment variables SESSION_EXPIRE_AT_BROWSER_CLOSE
and SESSION_COOKIE_AGE
. These can be used to adjust the lifetime of session cookies.
Furthermore, there is a new environment variable OIDC_AUTOLOGIN
to automatically trigger an OIDC flow on the login page. For this feature to work, we have added a new individual /post-logout/
page.
Features
- support oidc autologin (8ef1462)