tirkarthi opened a new issue, #48787: URL: https://github.com/apache/airflow/issues/48787
### Description In Airflow 2 `session_lifetime_minutes` config was present that logs out user when the user is not active for configured value of `session_lifetime_minutes` . For JWT tokens the expiration time can be set but Airflow 3 UI keeps refreshing after expiration time even with a shorter `jwt_expiration_time` in airflow.cfg thus user who is once logged in will always be logged in if I understand correctly. ### Use case/motivation This is a requirement in corporate environments to logout after certain time of inactivity for compliance and security. ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
